click
Notifies that the in-app area within the app has been exposed to the user.
Return
true
if all of the following conditions are met:
If the SDK is initialized and enabled.
If tracking link is successfully handled.
false
otherwise.
Parameters
tracking Link
tracking link uri
on Success
Callback to be invoked when tracking link is successfully handled.
Notifies that an in-app area within an app has been clicked on by the user.
Return
true
if all of the following conditions are met:
If the SDK is initialized and enabled.
If tracking link is successfully handled.
false
otherwise.
Parameters
tracking Link
tracking link uri
on Success
Callback to be invoked when tracking link is successfully handled.
on Failure
Callback to be invoked when any exception occurs.