Session

class Session

Describes a streaming session.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication method. The user is authenticated using a streaming URL (API) or SAML 2.0 federation (SAML).

Link copied to clipboard

Specifies whether a user is connected to the streaming session.

Link copied to clipboard

The name of the fleet for the streaming session.

Link copied to clipboard
val id: String?

The identifier of the streaming session.

Link copied to clipboard

The identifier for the instance hosting the session.

Link copied to clipboard

The time when the streaming session is set to expire. This time is based on the MaxUserDurationinSeconds value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in SessionMaxExpirationTime, when the DisconnectTimeOutInSeconds elapses or the user chooses to end his or her session. If the DisconnectTimeOutInSeconds elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.

Link copied to clipboard

The network details for the streaming session.

Link copied to clipboard

The name of the stack for the streaming session.

Link copied to clipboard

The time when a streaming instance is dedicated for the user.

Link copied to clipboard

The current state of the streaming session.

Link copied to clipboard

The identifier of the user for whom the session was created.

Functions

Link copied to clipboard
inline fun copy(block: Session.Builder.() -> Unit = {}): Session
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String