V2TIMConversationManager class

Constructors

V2TIMConversationManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeweb TencentCloudChat?
getter/setter pair

Methods

deleteConversation(dynamic conversationParams) Future
deleteConversationList({required List<String> conversationIDList, required bool clearMessage}) Future<V2TimValueCallback<List<V2TimConversationOperationResult>>>
getConversation({required String conversationID}) Future<V2TimValueCallback<V2TimConversation>>
getConversationList() Future<V2TimValueCallback<V2TimConversationResult>>
getConversationListByConversaionIds(dynamic param) Future
getTotalUnreadMessageCount() Future
makeConversationListenerEventData(dynamic _channel, String type, dynamic data) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pinConversation(dynamic params) Future
removeConversationListener({String? listenerUuid, required bool hasListener}) Future<void>
setConversationDraft() Future
setConversationListener(V2TimConversationListener listener, String? listenerUuid) → void
toString() String
A string representation of this object.
inherited

Operators

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