Package | Description |
---|---|
com.cloudpos.printer |
The package provides classes and interfaces for interacting with printer devices in the CloudPOS system.
|
Modifier and Type | Method and Description |
---|---|
void |
PrinterDevice.convertHTML2image(android.content.Context context,
String htmlContent,
PrinterHtmlListener listener)
Asynchronously converts HTML content into an image format.
|
void |
PrinterDevice.convertHTML2image(String htmlContent,
PrinterHtmlListener listener)
Asynchronously converts HTML content into an image format.
|
void |
PrinterDevice.printHTML(android.content.Context context,
String htmlContent,
PrinterHtmlListener listener)
Asynchronously prints the specified HTML content.
|
void |
PrinterDevice.printHTML(String htmlContent,
PrinterHtmlListener listener)
Asynchronously prints the specified HTML content.
|