SDKPrintState
Representation of a single SDKPrintState Methods in states can only be called ONCE. Calling a method more than once will result in an SDKFunctionWasConsumedException
Inheritors
Types
In this state, a SDKDevice (previously got from the SDKDeviceScanService) must be provided This will be the first state to be called after creation This state is abortable
This state indicates that an error described by SDKPrinterError and a exception has occurred and its NotRecoverable Nothing can be done after the SDKPrinter is in this state
This state indicates a successful print. This state is not abortable.
In this state, a an asset must be provided for printing Printer can print bitmap and fileWrapper This state is abortable
This state indicates that an error described by SDKPrinterError has occurred and its recoverable
Print was successful print. Printer can print print again or finish print. This state is abortable