PrintResponse

class PrintResponse(status: PrinterStatus = PrinterStatus.ERROR, errorMessage: String = "")

Constructors

Link copied to clipboard
fun PrintResponse(status: PrinterStatus = PrinterStatus.ERROR, errorMessage: String = "")

Functions

Link copied to clipboard

Get the error message.

Link copied to clipboard

Get printer status.

Link copied to clipboard

Shows if the operation been successful or not.

Link copied to clipboard
fun setErrorMessage(errorMessage: String)

Set the error message.

Link copied to clipboard

Set printer status.