LemniskHelper class
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
Static Methods
-
configure(String? serverUrl, String? writeKey, LemniskFirebaseCore? firebase, LemniskApsflyerCore? apsflyer, LemniskCleverTapCore? clevertap)
→ Future<String?>
-
-
formatISOTime(DateTime date)
→ String
-
-
getAppsFlyerSdk()
→ AppsflyerSdk?
-
-
getListValue(List value, Map<String, dynamic>? properties)
→ dynamic
-
-
getStringValue(String value, Map<String, dynamic>? properties)
→ dynamic
-
-
getTransformConfig()
→ Future<void>
-
-
getValue(Map<String, dynamic>? properties, List<String>? fields)
→ dynamic
-
-
identify(String userID, AttributeBuilder properties, OtherBuilder otherid)
→ void
-
-
recurseAndPopulate(Map<String, dynamic> gaProp, Map<String, dynamic>? properties)
→ Map<String, dynamic>
-
-
screen(String screenName, AttributeBuilder properties, OtherBuilder otherid)
→ void
-
-
setPushToken(String token)
→ void
-
-
track(String name, AttributeBuilder properties, OtherBuilder otherid)
→ void
-
-
trackAppsFlyerEvent(String eventName, Map<String, dynamic> properties)
→ void
-
-
trackClevertapEvent(String eventName, Map<String, dynamic> properties)
→ void
-
-
trackGaEvent(String eventName, Map<String, dynamic> properties)
→ void
-