State

data class State(val lastInitiatedAt: Timestamp? = null, val status: Status, val access: Access)

The user's computed Age Assurance state.

Parameters

lastInitiatedAt

The timestamp when this state was last updated.

Constructors

Link copied to clipboard
constructor(lastInitiatedAt: Timestamp? = null, status: Status, access: Access)

Properties

Link copied to clipboard
Link copied to clipboard

The timestamp when this state was last updated.

Link copied to clipboard