SessionStatus

Contains information about the status of a session.

Types

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

Properties

Link copied to clipboard

The date and time that the session ended.

Link copied to clipboard

The date and time starting at which the session became idle. Can be empty if the session is not currently idle.

Link copied to clipboard

The most recent date and time that the session was modified.

Link copied to clipboard

The date and time that the session started.

Link copied to clipboard

The state of the session. A description of each state follows.

Link copied to clipboard

The reason for the session state change (for example, canceled because the session was terminated).

Functions

Link copied to clipboard
inline fun copy(block: SessionStatus.Builder.() -> Unit = {}): SessionStatus
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