SDKPrinterError
Deprecated
Use new Printer flow with print states and handle new errors with SDKPrinterError
Replace with
import com.mpos.payments.transaction.model.printer.SDKPrinterError
Content copied to clipboard
SDKPrinterErrorContent copied to clipboard
This class exhibits the kind the error when a print fails You can see access to this in the onError method of SDKUrovoPrinterCallaback
BITMAP_MAX_WIDTH_EXCEEDED -> Bitmap width is more than 384 px FILE_NOT_FOUND -> Asset not found CONNECTION_ERROR -> Connection error UNKNOWN_ERROR -> Unknown error PRINTER_ERROR -> Printer error
Entries
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.