StateApiResponse

data class StateApiResponse(val fingerprint: String, val state: CameraState)

state api response

Constructors

Link copied to clipboard
constructor(fingerprint: String, state: CameraState)

Properties

Link copied to clipboard

Takes a unique value per current state ID.

Link copied to clipboard

Camera state (Refer to the next section for details.)