接口 EaseCallGetUserAccountCallback


  • public interface EaseCallGetUserAccountCallback
    The user returns EaseUserAccount(join channel uId and corresponding AgoraChat userId)
    • 方法详细资料

      • onUserAccount

        void onUserAccount​(EaseUserAccount userAccount)
        Gets the userAccount in channel
        参数:
        userAccount - user's account info
      • onSetUserAccountError

        void onSetUserAccountError​(int error,
                                   java.lang.String errorMsg)
        Error callback for failed to get uid
        参数:
        error - errorcode when get uid fail
        errorMsg - errorDes when get uid fail