ChatServiceObserverRepo class
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → ChatServiceObserverRepo
-
单例
final
Static Methods
-
observeAttachmentProgress(
) → Stream< NIMDownloadMessageAttachmentProgress> - message attachment upload/download progress watcher
-
observeCustomNotification(
) → Stream< List< NIMCustomNotification> > - custom notification receiver observer
-
observeMessageDelete(
) → Stream< List< NIMMessageDeletedNotification> > - message delete observer
-
observeMessagePin(
) → Stream< NIMMessagePinNotification> -
observeMessageReceipt(
) → Stream< List< NIMP2PMessageReadReceipt> > - Message Read Receipt Observer
-
observeRevokeMessage(
) → Stream< List< NIMMessageRevokeNotification> > -
observerTeamUpdate(
) → Stream< NIMTeam> - Team info change observer notification
-
observeSendMessage(
) → Stream< NIMMessage> - message state change observer
-
observeTeamMessageReceipt(
) → Stream< List< NIMTeamMessageReadReceipt> > - Team message read receipt observer