TrackerSDKConfig class

Constructors

TrackerSDKConfig(String appToken, String envirnoment)

Properties

appToken String
getter/setter pair
deferredDeeplinkCallback DeferredDeeplinkCallback?
getter/setter pair
disableOrganic bool
getter/setter pair
envirnoment String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manualMode bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretId String
getter/setter pair
secretKey String
getter/setter pair
toMap Map<String, dynamic>
no setter

Methods

disableOrganicTracking(bool value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAppSecret(String secretId, String secretKey) → void
setManualMode(bool value) → void
toString() String
A string representation of this object.
inherited

Operators

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