NotifierReadyEvent class

A Notifier event fired when the Notifier instance has first established connection to the server and is ready to be used.

This event is fired at most once per Notifier instance.

You may wish to use this event to show a (potentially large) number of notifications to the user upon opening the client.

Inheritance

Constructors

NotifierReadyEvent(List<Message> messages)

Properties

hashCode int
The hash code for this object.
no setterinherited
messages List<Message>
A list of messages not yet marked by the connected user.
final
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
toString() String
A string representation of this object.
inherited

Operators

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