Skip to content

Commit

Permalink
fixed missing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nadinehattom committed Nov 13, 2024
1 parent 929e8a9 commit 9406639
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Tabs>
<Tab title="Swift" sync="swift">

```swift
Expand Down Expand Up @@ -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.

<Tabs>
<Tab title="Kotlin" sync="kotlin">

```kotlin
Expand Down Expand Up @@ -185,9 +187,6 @@ public class MainActivity extends FlutterActivity {
</Tab>
</Tabs>
</Tab>
</Tabs>
## Deferred deep linking {#deferred-deep-linking}
<CodeBlock title="Property declaration">
Expand Down

0 comments on commit 9406639

Please sign in to comment.