showUI

abstract fun showUI(name: String): Boolean

Enables to display a stock ui on the phone application, for ease development kickoff

Each of the service UI forms can be implemented using the SDK API

Existing UI:

  • "settings": for managing the glasses brightness, screen position and screen on\off

  • "configure": for configuring new glasses

  • "pair": same as configure, but with pairing

Return

the if the UIs was found, otherwise false

Parameters

name

the UI name as defined above