Skip to content

Commit

Permalink
feat(appsfyler): add property waitForATTUserAuthorization to Appsflye…
Browse files Browse the repository at this point in the history
…rOptions (#3541)
  • Loading branch information
mariusbolik authored Oct 16, 2020
1 parent 4766ec7 commit 3340e9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/appsflyer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3340e9a

Please sign in to comment.