diff --git a/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx b/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx index 6474b48ef..5b33d6982 100644 --- a/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx +++ b/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx @@ -51,6 +51,7 @@ To reattribute your user, you need to instantiate an `ADJDeeplink`/`AdjustDeepli To enable Adjust reattribution via deep linking, make sure to call `Adjust.processDeeplink` method once you obtain the deep link in one of your app delegate callbacks. + ```swift @@ -124,6 +125,7 @@ public static void processDeeplink(AdjustDeeplink deeplink) To enable Adjust reattribution via deep linking, make sure to call `Adjust.processDeeplink` method once you obtain the deep link in your activity. + ```kotlin @@ -185,9 +187,6 @@ public class MainActivity extends FlutterActivity { - - - ## Deferred deep linking {#deferred-deep-linking}