TrackerSDKConfig class
Constructors
- TrackerSDKConfig.new(String appToken, String envirnoment)
Properties
- androidId ↔ String
-
getter/setter pair
- appId ↔ String
-
getter/setter pair
- appToken ↔ String
-
getter/setter pair
-
attributionParams
↔ Map<
String, dynamic> -
getter/setter pair
- deferredDeeplinkCallback ↔ DeferredDeeplinkCallback?
-
getter/setter pair
- disableOrganic ↔ bool
-
getter/setter pair
- encryptionKey ↔ String
-
getter/setter pair
- encryptionType ↔ TrackierEncryptionType
-
getter/setter pair
- envirnoment ↔ String
-
getter/setter pair
- facebookId ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- manualMode ↔ bool
-
getter/setter pair
- region ↔ TrackierRegion
-
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
-
setAndroidId(
String value) → void -
setAppId(
String value) → void -
setAppSecret(
String secretId, String secretKey) → void -
setAttributionParams(
Map< String, dynamic> params) → void -
setEncryptionKey(
String encryptionKey) → void -
setEncryptionType(
TrackierEncryptionType encryptionType) → void -
setFacebookAppId(
String value) → void -
setManualMode(
bool value) → void -
setRegion(
TrackierRegion region) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited