android-components / mozilla.components.browser.session.storage / SessionsSnapshot

SessionsSnapshot

data class SessionsSnapshot (source)

Constructors

<init>

SessionsSnapshot(sessions: List<SessionWithState>, selectedSessionIndex: Int)

Properties

selectedSessionIndex

val selectedSessionIndex: Int

sessions

val sessions: List<SessionWithState>