G1SDK class

Properties

hashCode int
The hash code for this object.
no setterinherited
onLog ↔ (dynamic Function(String msg)?)
getter/setter pair
platformVersion Future<String?>
no setter
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
setupSDK(String? writeKey, String? oneTargetAppPushID, {bool isShowLog = false, bool isEnableIAM = true, dynamic onLog(String msg)?, int? maxNumberApiPolling, int env = envProd}) Future<bool>
toString() String
A string representation of this object.
inherited
trackEvent(Map? identityId, List<Map>? profile, String? eventName, Map? eventData, {dynamic onResponse(Object?)?, dynamic onFailure(Object?)?}) → void

Operators

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

Static Properties

instance → dynamic
no setter

Constants

envDev → const int
envProd → const int
envStag → const int