StreamChannelListEventHandler class
Contains handlers that are called from StreamChannelListController for certain Events.
This class can be mixed in or extended to create custom overrides.
Constructors
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
-
onChannelDeleted(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.channelDeleted.
-
onChannelHidden(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.channelHidden.
-
onChannelTruncated(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.channelTruncated.
-
onChannelUpdated(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.channelUpdated.
-
onChannelVisible(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.channelVisible.
-
onConnectionRecovered(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.connectionRecovered.
-
onMessageNew(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.messageNew.
-
onNotificationAddedToChannel(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.notificationAddedToChannel.
-
onNotificationMessageNew(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.notificationMessageNew.
-
onNotificationRemovedFromChannel(
Event event, StreamChannelListController controller) → void - Function which gets called for the event EventType.notificationRemovedFromChannel.
-
onUserPresenceChanged(
Event event, StreamChannelListController controller) → void - Function which gets called for the event 'user.presence.changed' and EventType.userUpdated.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited