Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'this is an example' blurb #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,7 @@ import com.segment.analytics.kotlin.core.utilities.mapTransform
import com.segment.analytics.kotlin.core.utilities.toContent
import kotlinx.serialization.json.*

/*
This is an example of the AppsFlyer device-mode destination plugin that can be integrated with
Segment analytics.
Note: This plugin is NOT SUPPORTED by Segment. It is here merely as an example,
and for your convenience should you find it useful.
To use it in your codebase, we suggest copying this file over and include the following
dependencies in your `build.gradle` file:
```
dependencies {
...
implementation 'com.appsflyer:af-android-sdk:6.3.2'
implementation 'com.android.installreferrer:installreferrer:2.2'
}
```

MIT License
Copyright (c) 2021 Segment
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -242,4 +229,4 @@ class AppsFlyerDestination(
return BuildConfig.VERSION_NAME
}

}
}
Loading