An authentication service will issue the following values when the authorization state changes.
More...
#import <MobileRTCAuthService.h>
An authentication service will issue the following values when the authorization state changes.
◆ onMobileRTCAuthReturn:()
| - (void MobileRTCAuthDelegate) onMobileRTCAuthReturn: |
|
(MobileRTCAuthError) |
returnValue |
|
|
required |
Specify to get the response of MobileRTC authorization.
- Parameters
-
| returnValue | Notify the user that the authorization status changes. |
◆ onMobileRTCLoginReturn:()
| - (void MobileRTCAuthDelegate) onMobileRTCLoginReturn: |
|
(NSInteger) |
returnValue |
|
|
optional |
Specify to get the response of MobileRTC logs in.
- Parameters
-
| returnValue | Notify the user when the login state has changed. |
◆ onMobileRTCLogoutReturn:()
| - (void MobileRTCAuthDelegate) onMobileRTCLogoutReturn: |
|
(NSInteger) |
returnValue |
|
|
optional |
Specify to get the response of MobileRTC logs out.
- Parameters
-
| returnValue | Notify that the user has logged-out successfully. |
The documentation for this protocol was generated from the following file: