Friend Detail
Friend details.
Contains the friend's basic info, remark, extended properties, and add time.
Parameters
user Id
user ID
name
user's display name
portrait Uri
user's avatar URL
remark
friend remark name
ext Profile
custom extended properties
add Time
time when the friend was added (timestamp in milliseconds)
Constructors
Link copied to clipboard
public FriendDetail FriendDetail(String userId, String name, String portraitUri, String remark, Map<String, String> extProfile, Long addTime)