UserProfileOperationsHandler

User profile operations handler.

Note: Call stop to release resources when done.

Since

5.12.0

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
public final static DataKey<Boolean> KEY_SET_FRIEND_INFO
Link copied to clipboard
public final static DataKey<Boolean> KEY_SET_FRIEND_INFO_EXMAINE
Link copied to clipboard
public final static DataKey<Boolean> KEY_UPDATE_MY_USER_PROFILE
Link copied to clipboard
public final static DataKey<Boolean> KEY_UPDATE_MY_USER_PROFILE_EXAMINE

Functions

Link copied to clipboard
@Deprecated()
public void setFriendInfo(String userId, String remark, Map<String, String> extProfile)
Sets friend info.
Link copied to clipboard
public void setFriendInfoExamine(String userId, String remark, Map<String, String> extProfile)
Sets friend info with review.
Link copied to clipboard
@Deprecated()
public void updateMyUserProfile(UserProfile userProfile)
Updates the current user's profile.
Link copied to clipboard
public void updateMyUserProfileExamine(UserProfile userProfile)
Updates the current user's profile with review.