commands

abstract fun commands(): List<UniversalCommand>


open override fun commands(env: HostEnvironment): List<UniversalCommand>

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

Example: an app may choose different commands for HostKind.PHONE and HostKind.GLASSES.