AirshipAnalytics class

Constructors

AirshipAnalytics(AirshipModule module)

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

addEvent(CustomEvent event) → Future<void>
Adds a custom event.
associateIdentifier(String key, String? identifier) → Future<void>
Associates an identifier.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
trackScreen(String screen) → Future<void>
Initiates screen tracking for a specific app screen. Must be called once per tracked screen.

Operators

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