iOS API
Instance Methods | List of all members
<MobileRTCAuthDelegate > Protocol Reference

An authentication service will issue the following values when the authorization state changes. More...

#import <MobileRTCAuthService.h>

Inheritance diagram for <MobileRTCAuthDelegate >:

Instance Methods

(void) - onMobileRTCAuthReturn:
 Specify to get the response of MobileRTC authorization. More...
 
(void) - onMobileRTCAuthExpired
 Specify the token expired.
 
(void) - onMobileRTCLoginResult:
 Specify to get the response of MobileRTC logs in. More...
 
(void) - onMobileRTCLogoutReturn:
 Specify to get the response of MobileRTC logs out. More...
 

Detailed Description

An authentication service will issue the following values when the authorization state changes.

Method Documentation

◆ onMobileRTCAuthReturn:()

- (void MobileRTCAuthDelegate) onMobileRTCAuthReturn: (MobileRTCAuthError)  returnValue
required

Specify to get the response of MobileRTC authorization.

Parameters
returnValueNotify the user that the authorization status changes.

◆ onMobileRTCLoginResult:()

- (void MobileRTCAuthDelegate) onMobileRTCLoginResult: (MobileRTCLoginFailReason)  resultValue
optional

Specify to get the response of MobileRTC logs in.

Parameters
returnValueNotify 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
returnValueNotify that the user has logged-out successfully.

The documentation for this protocol was generated from the following file: