Class UserProfileOperationsHandler

  • All Implemented Interfaces:

    
    public class UserProfileOperationsHandler
    
                        

    User profile operations handler.

    Note: Call stop to release resources when done.

    Since:

    5.12.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void updateMyUserProfile(UserProfile userProfile) Updates the current user's profile.
      void updateMyUserProfileExamine(UserProfile userProfile) Updates the current user's profile with review.
      void setFriendInfo(String userId, String remark, Map<String, String> extProfile) Sets friend info.
      void setFriendInfoExamine(String userId, String remark, Map<String, String> extProfile) Sets friend info with review.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserProfileOperationsHandler

        UserProfileOperationsHandler()
    • Method Detail

      • updateMyUserProfile

        @Deprecated() void updateMyUserProfile(UserProfile userProfile)

        Updates the current user's profile.

        Parameters:
        userProfile - the user profile
      • updateMyUserProfileExamine

         void updateMyUserProfileExamine(UserProfile userProfile)

        Updates the current user's profile with review.

        Parameters:
        userProfile - the user profile
      • setFriendInfo

        @Deprecated() void setFriendInfo(String userId, String remark, Map<String, String> extProfile)

        Sets friend info.

        Parameters:
        userId - the user ID
        remark - the remark
        extProfile - the extended profile
      • setFriendInfoExamine

         void setFriendInfoExamine(String userId, String remark, Map<String, String> extProfile)

        Sets friend info with review.

        Parameters:
        userId - the user ID
        remark - the remark
        extProfile - the extended profile