AirshipInApp class

Constructors

AirshipInApp(AirshipModule module)

Properties

displayInterval Future<int>
Gets the display interval for messages.
no setter
hashCode int
The hash code for this object.
no setterinherited
isPaused Future<bool>
Checks if in-app automation is paused or not.
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
setDisplayInterval(int milliseconds) Future<void>
Sets the display interval for messages.
setPaused(bool paused) Future<void>
Pauses or unpauses in-app automation.
toString() String
A string representation of this object.
inherited

Operators

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