Readers SDK
Toggle table of contents
version 28.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readers SDK
model
/
com.mpos.payments.transaction.model.printer
/
SDKPrinterState
/
Connected
Connected
sealed
class
Connected
:
SDKPrinterState
Printer is connected
Parameters
device
device connected to
Inheritors
Idle
Printing
Members
Types
Idle
Link copied to clipboard
class
Idle
(
device
:
SDKDevice
)
:
SDKPrinterState.Connected
Printer is connected and idle
Printing
Link copied to clipboard
class
Printing
(
device
:
SDKDevice
)
:
SDKPrinterState.Connected
Printer is printing
Properties
device
Link copied to clipboard
val
device
:
SDKDevice