feat(appsfyler): add property waitForATTUserAuthorization to AppsflyerOptions (#3541)

This commit is contained in:
Marius C. Bolik
2020-10-16 19:17:16 +02:00
committed by GitHub
parent 4766ec7a35
commit 3340e9a694
@@ -31,6 +31,11 @@ export interface AppsflyerOptions {
* default false Accessing AppsFlyer Attribution / Conversion Data from the SDK (Deferred Deeplinking). Read more: Android, iOS. AppsFlyer plugin will return attribution data in onSuccess callback.
*/
onInstallConversionDataListener?: boolean;
/**
* time for the sdk to wait before launch - IOS 14 ONLY!
*/
waitForATTUserAuthorization?: number;
}
export interface AppsflyerEvent {