TencentCloudChatSDK class

Properties

contactSDK TencentCloudChatContactSDK
final
conversationSDK TencentCloudChatConversationSDK
final
groupSDK TencentCloudChatGroupSDK
final
hashCode int
The hash code for this object.
no setterinherited
manager V2TIMManager
no setter
messageSDK TencentCloudChatMessageSDK
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchSDK TencentCloudChatSearchSDK
final

Methods

addAdvancedMessageListener() → dynamic
getInitSDKListener(V2TimSDKListener? sdkListener) V2TimSDKListener
initSDK({required int sdkAppID, LogLevelEnum? logLevel, V2TimSDKListener? sdkListener}) Future<bool>
login({required String userID, required String userSig}) Future<bool>
logout() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSelfInfo({String? userID, String? nickName, String? faceUrl, String? signature, int? gender, int? allowType, int? role, int? level, int? birthday}) Future<V2TimCallback>
toString() String
A string representation of this object.
inherited
uikitTrace({required String trace}) Future<void>

Operators

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