handleDeferredDeeplink

Handle deferred deep link and invoke a callback based on the result.

Return

true if all of the following conditions are met:

  • If the SDK is initialized and enabled.

  • If no value has been passed to the callback since the app was installed.

  • If this function was not called at least once for this app opening.

false otherwise.

Parameters

onSuccess

Callback to be invoked when getting the deferred deep link data is successfully handled.


Handle deferred deep link and invoke a callback based on the result.

Return

true if all of the following conditions are met:

  • If the SDK is initialized and enabled.

  • If no value has been passed to the callback since the app was installed.

  • If this function was not called at least once for this app opening.

false otherwise.

Parameters

onSuccess

Callback to be invoked when getting the deferred deep link data is successfully handled.

onFailure

Callback to be invoked if getting the deferred deep link data fails.