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