data/remote/remote_session_manager library

Classes

RemotePermissionAllow
Permission was granted with (possibly modified) input.
RemotePermissionDeny
Permission was denied with a reason.
RemotePermissionResponse
Simple permission response for remote sessions.
RemoteSessionCallbacks
Callbacks for RemoteSessionManager lifecycle events.
RemoteSessionConfig
Configuration for a remote CCR session.
RemoteSessionManager
Manages a remote CCR session.

Functions

createRemoteSessionConfig(String sessionId, String getAccessToken(), String orgUuid, {bool hasInitialPrompt = false, bool viewerOnly = false}) RemoteSessionConfig
Create a RemoteSessionConfig from OAuth tokens.

Typedefs

RemoteMessageContent = Object
Content payload sent to the remote session via HTTP POST.