MessagingListener mixin
Provides all available delegates for receiving callbacks related to
Flurry Notifications. Set of methods that allow developers to manage and take actions within the App, which is useful when used with the Flurry Messaging
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
-
onNotificationCancelled(
Message message) → void - Informs the app when Flurry Notification has been cancelled/dismissed by by users. Android only.
-
onNotificationClicked(
Message message) → bool - Informs the app when Flurry Notification receives an action.
-
onNotificationReceived(
Message message) → bool - Informs the app when Flurry Notification received.
-
onTokenRefresh(
String token) → void - Informs the app when Flurry Notification token has been changed. Android only.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited