Session

class Session

Provides information about a session.

Types

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

Properties

Link copied to clipboard

The duration of the session, in milliseconds.

Link copied to clipboard
val id: String?

The unique identifier for the session.

Link copied to clipboard

The date and time when the session began.

Link copied to clipboard

The date and time when the session ended.

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