Delegate protocol to receive SDK authorization and login/logout events.
More...
#include <ZoomSDKAuthService.h>
Inherits <NSObjectNSObject>.
Delegate protocol to receive SDK authorization and login/logout events.
Definition at line 163 of file ZoomSDKAuthService.h.
◆ onNotificationServiceStatus:error:
Notification service status changed callback.
- Parameters
-
status | The value of transfer meeting service. |
error | Connection Notification service fail error code. |
◆ onZoomAuthIdentityExpired
- (void) onZoomAuthIdentityExpired |
|
|
|
|
optionalrequired |
Specify to get the response of ZOOM SDK authorization identity expired.
◆ onZoomIdentityExpired
- (void) onZoomIdentityExpired |
|
|
|
|
optionalrequired |
Specify to get the response if ZOOM identity is expired.
- Note
- User will be forced to logout once ZOOM SDK identity expired.
◆ onZoomSDKAuthReturn:
Specify to get the response of ZOOM SDK authorization.
- Parameters
-
returnValue | Notify user that the authentication status changes. |
◆ onZoomSDKLoginResult:failReason:
Specify to get the response of ZOOM SDK Login.
- Parameters
-
loginStatus | Notify user of login status. |
reason | Notify user that the failed reason. |
◆ onZoomSDKLogout
Specify to get the response of ZOOM SDK logout.