mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
feat(appsfyler): add property waitForATTUserAuthorization to AppsflyerOptions (#3541)
This commit is contained in:
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.
|
* 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;
|
onInstallConversionDataListener?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* time for the sdk to wait before launch - IOS 14 ONLY!
|
||||||
|
*/
|
||||||
|
waitForATTUserAuthorization?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AppsflyerEvent {
|
export interface AppsflyerEvent {
|
||||||
|
Loading…
Reference in New Issue
Block a user