InAppEventListener class abstract

Abstract class that defines callbacks for In-App events.

Constructors

InAppEventListener.new()

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

errorWithMessage(InAppMessage message) → void
Callback for when an error occurs with an In-App message.
messageActionTaken(InAppMessage message, String actionValue, String actionName) → void
Callback for when an action is taken on an In-App message.
messageDismissed(InAppMessage message) → void
Callback for when an In-App message is dismissed.
messageShown(InAppMessage message) → void
Callback for when an In-App message is shown.
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