From e60e4166bafb96df41925963882a1ffb658f9978 Mon Sep 17 00:00:00 2001 From: Ashton Huxtable <78318468+ashton-huxtable@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:07:10 -0600 Subject: [PATCH] Remove 'this is an example' blurb --- .../appsflyer/AppsflyerDestination.kt | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/lib/src/main/java/com/segment/analytics/kotlin/destinations/appsflyer/AppsflyerDestination.kt b/lib/src/main/java/com/segment/analytics/kotlin/destinations/appsflyer/AppsflyerDestination.kt index d4c29fb..46e2788 100644 --- a/lib/src/main/java/com/segment/analytics/kotlin/destinations/appsflyer/AppsflyerDestination.kt +++ b/lib/src/main/java/com/segment/analytics/kotlin/destinations/appsflyer/AppsflyerDestination.kt @@ -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 @@ -242,4 +229,4 @@ class AppsFlyerDestination( return BuildConfig.VERSION_NAME } -} \ No newline at end of file +}