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) - onZoomSDKLoginResult: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 ZoomSDKAuthDelegate) 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 ZoomSDKAuthDelegate) onZoomSDKAuthReturn: (ZoomSDKAuthError)  returnValue
required

Specify to get the response of ZOOM SDK authorization.

Parameters
returnValueNotify user that the authentication status changes.

◆ onZoomSDKLoginResult:failReason:()

- (void ZoomSDKAuthDelegate) onZoomSDKLoginResult: (ZoomSDKLoginStatus)  loginStatus
failReason: (ZoomSDKLoginFailReason)  reason 
optional

Specify to get the response of ZOOM SDK Login.

Parameters
reasonNotify user that the failed reason.
loginStatusNotify user of login status.

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