MessagingDelegate class abstract

UI Message delegate which is used to listen for current message lifecycle events

Constructors

MessagingDelegate()

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
onContentLoaded(Showable message) → void
Android Only - Called when message is loaded
onDismiss(Showable message) → void
Invoked when any message is dismissed
onShow(Showable message) → void
Invoked when the any message is displayed
shouldSaveMessage(Showable message) bool
Used to determine whether a message should be cached in-memory; If the result of the function of true, the message will be cached
shouldShowMessage(Showable message) bool
Used to find whether a message should be shown or not. If the result of the function is true, the message will be shown.
toString() String
A string representation of this object.
inherited
urlLoaded(String url, Showable message) → void
iOS Only - Called when message loads a URL

Operators

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