V2TIMFriendshipManager class

Constructors

V2TIMFriendshipManager()

Properties

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

Methods

acceptFriendApplication(Map<String, dynamic> params) Future
addFriend(Map<String, dynamic> params) Future
addFriendsToFriendGroup(Map<String, dynamic> params) Future
addToBlackList(dynamic params) Future<V2TimValueCallback<List<V2TimFriendOperationResult>>>
checkFriend(Map<String, dynamic> params) Future
createFriendGroup(Map<String, dynamic> params) Future
deleteFriendApplication(Map<String, dynamic> params) Future
deleteFriendGroup(Map<String, dynamic> params) Future
deleteFriendsFromFriendGroup(Map<String, dynamic> params) Future
deleteFromBlackList(dynamic params) Future<V2TimValueCallback<List<V2TimFriendOperationResult>>>
deleteFromFriendList(Map<String, dynamic> params) Future
getBlackList() Future
getFriendApplicationList() Future
getFriendGroups(Map<String, dynamic> params) Future
getFriendList() Future<V2TimValueCallback<List<V2TimFriendInfo>>>
getFriendsInfo(Map<String, dynamic> params) Future<V2TimValueCallback<List<V2TimFriendInfoResult>>>
makeConversationListenerEventData(dynamic _channel, String type, dynamic data) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refuseFriendApplication(Map<String, dynamic> params) Future
removeFriendListener(String? listenerUuid, bool hasListener) → void
renameFriendGroup(Map<String, dynamic> params) Future
searchFriends() Future
setFriendApplicationRead() Future
setFriendInfo(Map<String, dynamic> params) Future
setFriendListener(V2TimFriendshipListener listener, String? listenerUuid) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

timeWeb TencentCloudChat?
getter/setter pair

Static Methods

getDiffsFromTwoArr(List listA, List listB) → dynamic
getUserIDlist(List list) → dynamic
getUserIDlistFromJS(List list) → dynamic