TCustomerFriendshipServices class abstract
- Implementers
Constructors
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
-
addFriendListener(
{required V2TimFriendshipListener listener}) → Future< void> -
checkFriend(
{required List< String> userIDList, required FriendTypeEnum checkType}) → Future<List< V2TimFriendCheckResult> ?> -
getFriendList(
) → Future< List< V2TimFriendInfo> ?> -
getFriendsInfo(
{required List< String> userIDList}) → Future<List< V2TimFriendInfoResult> ?> -
getUsersInfo(
{required List< String> userIDList}) → Future<List< V2TimUserFullInfo> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFriendListener(
{V2TimFriendshipListener? listener}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited