DTAnalytics class
- Annotations
-
- @DTApi.new()
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
enableThirdPartySharing(
int type) → void -
getDataTowerId(
) → Future< String?> -
setAccountId(
String? id) → void -
setAdjustId(
String? id) → void -
setAppsFlyerId(
String? id) → void -
setFirebaseAppInstanceId(
String? id) → void -
setKochavaId(
String? id) → void -
trackEvent(
String eventName, JsonMap properties) → void -
userAdd(
JsonMap properties) → void -
userAppend(
JsonMap properties) → void -
userDelete(
) → void -
userSet(
JsonMap properties) → void -
userSetOnce(
JsonMap properties) → void -
userUniqAppend(
JsonMap properties) → void -
userUnset(
List< String> properties) → void