Mac SDK
Instance Methods | List of all members
<ZoomSDKAuthDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKAuthDelegate>:

Instance Methods

(void) - onZoomSDKAuthReturn:
 Specify to get the response of ZOOM SDK authorization. More...
 
(void) - onZoomAuthIdentityExpired
 Specify to get the response of ZOOM SDK authorization identity expired.
 
(void) - onZoomSDKLogin:failReason:
 Specify to get the response of ZOOM SDK Login. More...
 
(void) - onZoomSDKLogout
 Specify to get the response of ZOOM SDK logout.
 
(void) - onZoomIdentityExpired
 Specify to get the response if ZOOM identity is expired. More...
 

Method Documentation

◆ onZoomIdentityExpired

- (void) onZoomIdentityExpired
optional

Specify to get the response if ZOOM identity is expired.

Note
User will be forced to logout once ZOOM SDK identity expired.

◆ onZoomSDKAuthReturn:

- (void) onZoomSDKAuthReturn: (ZoomSDKAuthError)  returnValue
required

Specify to get the response of ZOOM SDK authorization.

Parameters
returnValueNotify user that the authentication status changes.

◆ onZoomSDKLogin:failReason:

- (void) onZoomSDKLogin: (ZoomSDKLoginStatus)  loginStatus
failReason: (NSString *)  reason 
optional

Specify to get the response of ZOOM SDK Login.

Parameters
loginStatusNotify user of login status.

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