MessageProvider class abstract

Implementers

Constructors

MessageProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickTopSessionList List<NIMStickTopSessionInfo>?
getter/setter pair
subscriptions List<StreamSubscription>
final

Methods

addStickTop(String sessionId, NIMSessionType sessionType, String ext) Future<NIMStickTopSessionInfo?>
initListener() → void
isStickSession(String sessionId, NIMSessionType sessionType) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyConversationStick(String sessionId, NIMSessionType sessionType) Future<void>
queryMessageList(String account, NIMSessionType sessionType, int limit) Future<NIMResult<List<NIMMessage>>>
queryMessageListEx(NIMMessage anchor, QueryDirection direction, int limit) Future<NIMResult<List<ChatMessage>>>
registerSyncStickTopObserver() Stream<List<NIMStickTopSessionInfo>>
removeListeners() → void
removeStick(String sessionId, NIMSessionType sessionType, String ext) Future<bool>
sendTeamTipWithoutUnread(String sessionId, Map<String, dynamic> map, {int? time}) → void
toString() String
A string representation of this object.
inherited

Operators

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