BMXUserServiceListener
class im.floo.floolib.BMXUserServiceListener
用户状态监听者
Index
字段
方法
字段
swigCMemOwn
- protected transient boolean swigCMemOwn
-
方法
getCPtr
- protected static long getCPtr(BMXUserServiceListener obj);
-
Returns long
finalize
- protected void finalize();
-
Returns void
delete
- public synchronized void delete();
-
Returns void
swigDirectorDisconnect
- protected void swigDirectorDisconnect();
-
Returns void
swigReleaseOwnership
- public void swigReleaseOwnership();
-
Returns void
swigTakeOwnership
- public void swigTakeOwnership();
-
Returns void
onConnectStatusChanged
- public void onConnectStatusChanged(BMXConnectStatus status);
-
链接状态发生变化
Parameters-
status: BMXConnectStatus
连接状态
Returns void -
onUserSignIn
- public void onUserSignIn(BMXUserProfile profile);
-
用户登陆
Parameters-
profile: BMXUserProfile
用户profile
Returns void -
onUserSignOut
- public void onUserSignOut(BMXErrorCode error, long userId);
-
用户登出
Parameters-
error: BMXErrorCode
状态错误码
Returns void -
onInfoUpdated
- public void onInfoUpdated(BMXUserProfile profile);
-
同步用户信息更新(其他设备操作发生用户信息变更)
Parameters-
profile: BMXUserProfile
用户profile
Returns void -
onOtherDeviceSingIn
- public void onOtherDeviceSingIn(int deviceSN);
-
用户在其他设备上登陆
Parameters-
deviceSN: int
设备序列号
Returns void -
onOtherDeviceSingOut
- public void onOtherDeviceSingOut(int deviceSN);
-
用户在其他设备上登出
Parameters-
deviceSN: int
设备序列号
Returns void -
registerUserService
- public void registerUserService(BMXUserService service);
-
Returns void
文档反馈
(如有产品使用问题,请 提交工单)