InboxUpdatedEvent class

An Inbox event fired when any of the inbox items changes.

An inbox update is triggered by a new message posted in any of the rooms (including rooms not yet loaded). Also, if the websocket connection drops, the event is fired upon reconnecting if any update occurred while the websocket was disconnected.

Inheritance

Constructors

InboxUpdatedEvent(List<InboxItem> items)

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<InboxItem>
The updated (and re-ordered) list of inbox items.
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