Engage class

Constructors

Engage()

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

build String
getter/setter pair
deviceToken String?
getter/setter pair
publicKey String
getter/setter pair
tz String
getter/setter pair
uid String?
getter/setter pair
version String
getter/setter pair

Static Methods

addAttributes(String id, Map<String, Object> attributes) → void
addToAccount(String id, String aid, [String? role]) → void
changeAccountRole(String id, String aid, String role) → void
convertToAccount(String id) → void
convertToCustomer(String id) → void
identify(String id, Map<String, Object> properties) → void
init(String pk) Future<void>
logout([String? id, String? token]) → void
merge(String source, String destination) → void
removeFromAccount(String id, String aid) → void
setDeviceToken(String id, String token) → void
trackEvents(String id, String event, [Object? value, DateTime? date]) → void

Constants

delete → const int
post → const int
put → const int