File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ You have the possibility to set up the following options on the Adjust prefab:
70
70
* [ Event Buffering] ( #event-buffering )
71
71
* [ Print Attribution] ( #attribution-callback )
72
72
* [ Send In Background] ( #background-tracking )
73
- * [ Launch Deferred Deep Link] ( #deeplinking-deferred )
73
+ * [ Launch Deferred Deep Link] ( #deeplinking-deferred-open )
74
74
* [ App Token] ( #app-token )
75
75
* [ Log Level] ( #adjust-logging )
76
76
* [ Environment] ( #environment )
@@ -574,9 +574,10 @@ adjustConfig.setDeferredDeeplinkDelegate (DeferredDeeplinkCallback);
574
574
Adjust.start (adjustConfig);
575
575
```
576
576
577
- In deferred deep linking scenario , there is one additional setting which can be set on the `AdjustConfig ` object . Once the
578
- adjust SDK gets the deferred deep link info , we are offering you the possibility to choose whether our SDK should open this
579
- URL or not . You can choose to set this option by calling the `setLaunchDeferredDeeplink ` method on the config object :
577
+ <a id = " deeplinking-deferred-open" > In deferred deep linking scenario , there is one additional setting which can be set on the
578
+ `AdjustConfig ` object . Once the adjust SDK gets the deferred deep link info , we are offering you the possibility to choose
579
+ whether our SDK should open this URL or not . You can choose to set this option by calling the `setLaunchDeferredDeeplink `
580
+ method on the config object :
580
581
581
582
```cs
582
583
// ...
You can’t perform that action at this time.
0 commit comments