Public Member Functions | |
| V2TIMFriendInfo () | |
| String | getUserID () |
| void | setUserID (String userID) |
| String | getFriendRemark () |
| void | setFriendRemark (String friendRemark) |
| long | getFriendAddTime () |
| List< String > | getFriendGroups () |
| HashMap< String, byte[]> | getFriendCustomInfo () |
| void | setFriendCustomInfo (HashMap< String, byte[]> customHashMap) |
| V2TIMUserFullInfo | getUserProfile () |
| String | toString () |
Static Public Attributes | |
| static final int | V2TIM_FRIEND_TYPE_SINGLE = 1 |
| static final int | V2TIM_FRIEND_TYPE_BOTH = 2 |
|
inline |
|
inline |
Get the userID of a user
|
inline |
Set the userID of a user
| userID | User's userID |
|
inline |
Get friend remarks
|
inline |
Set friend remarks
| friendRemark | Remarks |
|
inline |
Get the UTC timestamp when a friend was added
|
inline |
Lists to which a friend belongs
|
inline |
Get custom friend fields
|
inline |
Set a custom friend field
| customHashMap | Custom fields |
|
inline |
Get the user profile of a friend
|
inline |
|
static |
One-way friend
|
static |
Two-way friend