public interface ZoomSDKAuthenticationListener
extends us.zoom.androidlib.util.IListener
Modifier and Type | Method and Description |
---|---|
void |
onZoomAuthIdentityExpired()
ZOOM jwt token is expired, please generate a new jwt token.
|
void |
onZoomIdentityExpired()
ZOOM access token is expired, please re-login or get a new zoom access token via REST API.
|
void |
onZoomSDKLoginResult(long result)
Callback event that ZOOM SDK login successfully or not.
|
void |
onZoomSDKLogoutResult(long result)
Callback event that ZOOM SDK logout successfully or not.
|
void onZoomSDKLoginResult(long result)
result
- Error code defined in ZoomAuthenticationError
. ZOOM_AUTH_ERROR_SUCCESS: login successfully.void onZoomSDKLogoutResult(long result)
result
- Error code defined in ZoomAuthenticationError
.ZOOM_AUTH_ERROR_SUCCESS for successvoid onZoomIdentityExpired()
void onZoomAuthIdentityExpired()