Added in Version 1.0.0

DisplayDelegate

The class that defines the status event for the customer display

Constructor

DisplayDelegate()

Initialize object

Property

Type

onConnected

Notify that the customer display is connected

() => void

onDisconnected

Notify that the customer display is disconnected

() => void

onCommunicationError

Notify that a communication error occurred

(error: StarIO10Error) => void