connect-sdk / de.proglove.sdk.display / IDisplayOutput
IDisplayOutput
interface IDisplayOutput
Functions
| Name | Summary | 
|---|---|
| onDisplayConnected | Notifier function that is called once a display device is connected to this device. abstract fun onDisplayConnected():Unit | 
| onDisplayDisconnected | Notifier function that is called once a display device is connected to this device. abstract fun onDisplayDisconnected():Unit | 
| onDisplayStateChanged | Much more detailed callbacks for the display device status open fun onDisplayStateChanged(status:ConnectionStatus):Unit |