|
Meeting SDK for macOS API Reference
|
Delegate protocol to receive SDK authorization and login or logout events. More...
#include <ZoomSDKAuthService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - onZoomSDKAuthReturn: |
| Specify to get the response of ZOOM SDK authorization. | |
| (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. | |
| (void) | - onZoomSDKLogout |
| Specify to get the response of ZOOM SDK logout. | |
| (void) | - onZoomIdentityExpired |
| Specify to get the response if ZOOM identity is expired. | |
| (void) | - onNotificationServiceStatus:error: |
| Notification service status changed callback. | |
Delegate protocol to receive SDK authorization and login or logout events.
Definition at line 167 of file ZoomSDKAuthService.h.
|
optionalrequired |
Notification service status changed callback.
| status | The value of transfer meeting service. |
| error | Connection Notification service fail error code. |
|
optionalrequired |
Specify to get the response of ZOOM SDK authorization identity expired.
References onZoomAuthIdentityExpired.
Referenced by onZoomAuthIdentityExpired.
|
optionalrequired |
Specify to get the response if ZOOM identity is expired.
References onZoomIdentityExpired.
Referenced by onZoomIdentityExpired.
|
required |
Specify to get the response of ZOOM SDK authorization.
| returnValue | Notify user that the authentication status changes. |
|
optional |
Specify to get the response of ZOOM SDK Login.
| loginStatus | Notify user of login status. |
| reason | Notify user that the failed reason. |
|
optionalrequired |
Specify to get the response of ZOOM SDK logout.
References onZoomSDKLogout.
Referenced by onZoomSDKLogout.