You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`DEV_KEY`: Get from the marketer or [AppsFlyer HQ](https://support.appsflyer.com/hc/en-us/articles/211719806-App-settings-#general-app-settings).
39
+
-`APP_ID`: The app id on Appsflyer HQ
40
+
-`MonoBehaviour mono`: the parent MonoBehaviour.
41
+
-`bool isSandbox`: Whether to activate sandbox mode. False by default. This option is for debugging. With the sandbox mode, AppsFlyer dashboard does not show the data.
-`DEV_KEY`: Get from the marketer or [AppsFlyer HQ](https://support.appsflyer.com/hc/en-us/articles/211719806-App-settings-#general-app-settings).
49
-
-`APP_ID`: The app id on Appsflyer HQ
50
-
-`MonoBehaviour mono`: the parent MonoBehaviour.
51
-
-`bool isSandbox`: Whether to activate sandbox mode. False by default. This option is for debugging. With the sandbox mode, AppsFlyer dashboard does not show the data.
52
-
53
53
### Start
54
54
55
55
This method sends first open/session requests to AppsFlyer.
@@ -98,9 +98,19 @@ This method receives an event name and JSON object and sends an in-app event to
0 commit comments