V2TIMManager class

Constructors

V2TIMManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSimpleMsgListener(V2TimSimpleMsgListener listener) → void
callExperimentalAPI() Future
dismissGroup(Map<String, dynamic> params) Future<V2TimCallback>
getLoginStatus() Future
getLoginUser() Future<V2TimValueCallback<String>>
getServerTime() Future<V2TimValueCallback<int>>
getUsersInfo(Map<String, dynamic> params) Future<V2TimValueCallback<List<V2TimUserFullInfo>>>
getUserStatus({required List<String> userIDList}) Future<V2TimValueCallback<List<V2TimUserStatus>>>
getVersion() Future
initSDK({required int sdkAppID, V2TimSDKListener? listener}) V2TimValueCallback<bool>
login({required String userID, required String userSig}) Future<V2TimCallback>
logout() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quitGroup(Map<String, dynamic> params) Future
removeGroupListener(String? listenerUuid) → void
removeSimpleMsgListener() → void
sendC2CCustomMessage(Map<String, dynamic> params) Future
sendC2CTextMessage(Map<String, dynamic> params) Future<V2TimValueCallback<V2TimMessage>>
sendGroupCustomMessage(Map<String, dynamic> params) Future
sendGroupTextMessage(Map<String, dynamic> params) Future
setGroupListener(V2TimGroupListener listener, String? listenerUuid) → void
setSelfInfo(Map<String, dynamic> params) Future
toString() String
A string representation of this object.
inherited
unInitSDK() Future

Operators

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

Static Properties

blackList List
getter/setter pair
completer Completer<bool>
getter/setter pair
friendApplicationList List
getter/setter pair
friendList List
getter/setter pair
groupListenerList Map<String, V2TimGroupListener>
getter/setter pair
loginUserID String
getter/setter pair
sdkListener V2TimSDKListener?
getter/setter pair
simpleMsglistener V2TimSimpleMsgListener
getter/setter pair
tim TencentCloudChat
getter/setter pair