MessageProviderImpl class

Inheritance

Constructors

MessageProviderImpl()

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 pairinherited

Methods

addStickTop(String sessionId, NIMSessionType sessionType, String ext) Future<NIMStickTopSessionInfo?>
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) → 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
removeStick(String sessionId, NIMSessionType sessionType, String ext) Future<bool>
override
sendTeamTipWithoutUnread(String sessionId, Map<String, dynamic> map) → void
override
toString() String
A string representation of this object.
inherited

Operators

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