Class UserProfileOperationsHandler

  • All Implemented Interfaces:

    
    public class UserProfileOperationsHandler
    
                        

    用户信息操作处理类

    注意:使用完毕后需要调用 stop 方法释放资源

    Since:

    5.12.0

    Author:

    rongcloud

    • 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) 更新用户信息
      void updateMyUserProfileExamine(UserProfile userProfile) 更新用户信息
      void setFriendInfo(String userId, String remark, Map<String, String> extProfile) 设置好友信息
      void setFriendInfoExamine(String userId, String remark, Map<String, String> extProfile) 设置好友信息
      • 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)

        更新用户信息

        Parameters:
        userProfile - 用户信息
      • updateMyUserProfileExamine

         void updateMyUserProfileExamine(UserProfile userProfile)

        更新用户信息

        Parameters:
        userProfile - 用户信息
      • setFriendInfo

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

        设置好友信息

        Parameters:
        userId - 用户ID
        remark - 备注
        extProfile - 扩展信息
      • setFriendInfoExamine

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

        设置好友信息

        Parameters:
        userId - 用户ID
        remark - 备注
        extProfile - 扩展信息