Locked

data class Locked(val lockReason: String = "") : LockdownState(source)

Device is locked or this client is not yet authorized.

Parameters

lockReason

machine-readable reason from firmware (e.g. "needs_auth", "token_missing", "token_expired"). Empty string when unknown.

Constructors

Link copied to clipboard
constructor(lockReason: String = "")

Properties

Link copied to clipboard