UniversalAppEntry

Developer-implemented entry point.

Hosts (phone and/or glasses) instantiate the entry (via reflection or explicit wiring) and call commands to render actions.

Inheritors

Properties

Link copied to clipboard
abstract val displayName: String

Display name for UI (e.g., "Auto Solver").

Link copied to clipboard
abstract val id: String

Stable identifier for analytics / routing (e.g., "auto_solver").

Functions

Link copied to clipboard

Provide the actions this app supports in the given host/device environment.

Link copied to clipboard

Convenience wrapper for hosts: apply SDK default filtering on top of UniversalAppEntry.commands.

Link copied to clipboard

Declare user-configurable settings for this app.