Friend Detail
Friend details.
Contains friend basic Info, Remark, expand Property and Add When time etc..
Parameters
user Id
user ID
name
User name
portrait Uri
User avatar URL
remark
Friend remark name
ext Profile
Custom expand Property
add Time
Add When time (Timestamp, precise to milli seconds)
direction Type
Friend direction type
Constructors
Link copied to clipboard
public FriendDetail FriendDetail(String userId, String name, String portraitUri, String remark, Map<String, String> extProfile, Long addTime, FriendDirection directionType)