Class UserProfileHandler

  • All Implemented Interfaces:

    
    public class UserProfileHandler
    
                        

    用户信息处理类

    注意:使用完毕后需要调用 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 getMyUserProfile() 获取我的用户信息
      void getUserProfile(String id) 获取用户信息
      • Methods inherited from class java.lang.Object

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

      • UserProfileHandler

        UserProfileHandler()
    • Method Detail

      • getUserProfile

         void getUserProfile(String id)

        获取用户信息

        Parameters:
        id - 用户ID