AppsFlyerOptions class

The options used to configure the AppsFlyer SDK.

Constructors

AppsFlyerOptions({required String afDevKey, bool showDebug = false, String appId = "", double? timeToWaitForATTUserAuthorization, String? appInviteOneLink, bool? disableAdvertisingIdentifier, bool? disableCollectASA, bool? manualStart = false})
Creates an AppsFlyerOptions instance. Requires afDevKey and appId as mandatory Named parameters. All other parameters are optional, it's allows greater flexibility when invoking the constructor. When manual start is true the startSDK must be called

Properties

afDevKey String
final
appId String
final
final
disableAdvertisingIdentifier bool?
final
disableCollectASA bool?
final
hashCode int
The hash code for this object.
no setterinherited
manualStart bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDebug bool
final
timeToWaitForATTUserAuthorization double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited