接口 EaseCallGetUserAccountCallback
-
public interface EaseCallGetUserAccountCallbackThe user returns EaseUserAccount(join channel uId and corresponding AgoraChat userId)
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidonSetUserAccountError(int error, java.lang.String errorMsg)Error callback for failed to get uidvoidonUserAccount(EaseUserAccount userAccount)Gets the userAccount in channel
-
-
-
方法详细资料
-
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 failerrorMsg- errorDes when get uid fail
-
-