Type Alias OpenAppSessionProps

type OpenAppSessionProps = {
    appId: string;
    autoResume?: boolean;
    hostConfig?: HostConfig;
    identity?: string;
    ttlSeconds?: number;
    useReloadEngine?: boolean;
    withoutData?: boolean;
    workloadType?: WorkloadType;
}
Index

Properties

appId: string

App ID to open

autoResume?: boolean

Automatically resume a suspended websocket connection when user presence is detected

hostConfig?: HostConfig

Hostconfig to connect to a URL and authenticate an app session

identity?: string

Set a value to open an individual session to the same app that is different from the default

ttlSeconds?: number

Time-to-live in seconds.

useReloadEngine?: boolean

Use a separate reload engine to perform a reload

withoutData?: boolean

Set to true if app should be opened without loading the data blob

workloadType?: WorkloadType

Workload Type