Emarsys class

Constructors

Emarsys()

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 Properties

config Config
getter/setter pair
geofence Geofence
getter/setter pair
inApp InApp
getter/setter pair
messageInbox MessageInbox
getter/setter pair
predict Predict
getter/setter pair
push Push
getter/setter pair

Static Methods

clearContact() Future<void>
setContact(int contactFieldId, String contactFieldValue) Future<void>
setup(EmarsysConfig config) Future<void>
trackCustomEvent(String eventName, Map<String, String>? eventAttributes) Future<void>