BMXUserServiceProtocol Protocol Reference
Conforms to NSObject
Declared in floo_proxy.h
Overview
@protocol User service listener
Instance Methods
connectStatusDidChanged:
Connection status changed
- (void)connectStatusDidChanged:(BMXConnectStatus)*status*
Parameters
status
Declared In
floo_proxy.h
userInfoDidUpdated:
User information updated
- (void)userInfoDidUpdated:(BMXUserProfile *)*userProflie*
Discussion
Declared In
floo_proxy.h
userOtherDeviceDidSignIn:
User signed in the other device
- (void)userOtherDeviceDidSignIn:(NSInteger)*deviceSN*
Discussion
Declared In
floo_proxy.h
userOtherDeviceDidSignOut:
User signed out the other device
- (void)userOtherDeviceDidSignOut:(NSInteger)*deviceSN*
Discussion
Declared In
floo_proxy.h
userSignIn:
User signed in
- (void)userSignIn:(BMXUserProfile *)*userProflie*
Parameters
userProflie
Declared In
floo_proxy.h
userSignOut:userId:
User signed out
- (void)userSignOut:(BMXError *)*error* userId:(long long)*userId*
Parameters
error
Declared In
floo_proxy.h
Example: