Package-level declarations

Types

Link copied to clipboard
class CarbonPrintJob(context: Context) : PrintJob

Implementation of the PrintJob interface.

Link copied to clipboard
class Printer : RedOakInternalPrinter

Printer class that provide functions to print text and images.

Link copied to clipboard

Printer status.

Link copied to clipboard
interface PrintJob

Manages a print job.

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