You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The listener function is called after the SDK receives the final attribution data. Within the listener function, you'll have access to the `attribution` parameter.
273
274
275
+
### <aid="af-deferred-deep-linking-callback"></a>Deferred deep linking callback
276
+
277
+
The Adjust SDK opens the deferred deep link by default. There is no extra configuration needed. But if you wish to control whether the Adjust SDK will open the deferred deep link or not, you can do it with a callback method in the config object.
278
+
279
+
With the extension config instance, add the deferred deep linking callback before you start the SDK:
After the Adjust SDK receives the deep link information from our backend, the SDK will deliver you its content via the listener and expect the boolean return value from you. This return value represents your decision on whether or not the Adjust SDK should launch the activity to which you have assigned the scheme name from the deeplink.
0 commit comments