xg.glass SDK
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
xg.glass SDK
xgglass-app-contract
/
com.xgglass.appcontract
/
UniversalCommand
Universal
Command
interface
UniversalCommand
A user-facing action (host renders it as a button/menu item/gesture selection, etc).
Members
Properties
id
Link copied to clipboard
abstract
val
id
:
String
title
Link copied to clipboard
abstract
val
title
:
String
Functions
run
Link copied to clipboard
abstract
suspend
fun
run
(
ctx
:
UniversalAppContext
)
:
Result
<
Unit
>