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< NIMAttachmentProgress> - message attachment upload/download progress watcher
-
observeCustomNotification(
) → Stream< CustomNotification> - custom notification receiver observer
-
observeMessageDelete(
) → Stream< List< NIMMessage> > - message delete observer
-
observeMessagePin(
) → Stream< NIMMessagePinEvent> -
observeMessageReceipt(
) → Stream< List< NIMMessageReceipt> > - Message Read Receipt Observer
-
observeMsgStatus(
) → Stream< NIMMessage> - message state change observer
-
observeReceiveMessage(
) → Stream< List< NIMMessage> > - message receiving observer
-
observeRevokeMessage(
) → Stream< NIMRevokeMessage> -
observerTeamUpdate(
) → Stream< List< NIMTeam> > - Team info change observer notification
-
observeTeamMessageReceipt(
) → Stream< List< NIMTeamMessageReceipt> > - Team message read receipt observer