AirshipContact class

Constructors

AirshipContact(AirshipModule module)

Properties

hashCode int
The hash code for this object.
no setterinherited
namedUserId Future<String?>
Gets the named user.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionLists Future<Map<String, List<ChannelScope>>>
Gets the contacts subscription lists.
no setter

Methods

editAttributes() AttributeEditor
Creates an AttributeEditor to modify the named user attributes.
editSubscriptionLists() ScopedSubscriptionListEditor
Creates a ScopedSubscriptionListEditor to modify the subscription lists associated with the current contact.
editTagGroups() TagGroupEditor
Creates a TagGroupEditor to modify the named user tag groups.
identify(String namedUser) Future<void>
Identifies the contact with a named user Id.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyRemoteLogin() Future<void>
Notifies the contact of a remote login.
reset() Future<void>
Resets the contact.
toString() String
A string representation of this object.
inherited

Operators

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