DeviceManagerState

sealed class DeviceManagerState

Installation lifecycle state for a DeviceManager.

Inheritors

Types

Link copied to clipboard
data class Error(val error: GlassesError) : DeviceManagerState

The last manager operation failed with error.

Link copied to clipboard
data object Idle : DeviceManagerState

No install or settings push is currently running.

Link copied to clipboard

The on-glasses app is installed and ready for settings or launch.

Link copied to clipboard

The manager is installing or updating the on-glasses app.