From 9406639f61e57de185d137385bed7548df97fd01 Mon Sep 17 00:00:00 2001 From: nadinehattom Date: Wed, 13 Nov 2024 16:25:03 +0100 Subject: [PATCH] fixed missing tab --- src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}