Package us.zoom.sdk

Interface ZoomSDKAuthenticationListener

  • All Superinterfaces:
    us.zoom.core.interfaces.IListener

    public interface ZoomSDKAuthenticationListener
    extends us.zoom.core.interfaces.IListener
    Listener for the result of ZOOM SDK user authentication.
    • Method Detail

      • onZoomSDKLoginResult

        void onZoomSDKLoginResult​(long result)
        Callback event that ZOOM SDK login successfully or not.
        Parameters:
        result - Error code defined in ZoomAuthenticationError. ZOOM_AUTH_ERROR_SUCCESS: login successfully.
      • onZoomSDKLogoutResult

        void onZoomSDKLogoutResult​(long result)
        Callback event that ZOOM SDK logout successfully or not.
        Parameters:
        result - Error code defined in ZoomAuthenticationError.ZOOM_AUTH_ERROR_SUCCESS for success
      • onZoomIdentityExpired

        void onZoomIdentityExpired()
        ZOOM access token is expired, please re-login or get a new zoom access token via REST API.
      • onZoomAuthIdentityExpired

        void onZoomAuthIdentityExpired()
        ZOOM jwt token is expired, please generate a new jwt token.