SDKMoreFunPrinterError

Deprecated

Use new Printer flow with print states and handle new errors with SDKPrinterError

Replace with

import com.mpos.payments.transaction.model.printer.SDKPrinterError
SDKPrinterError

This class exhibits the kind the error when a print fails You can see access to this in the onError method of SDKMoreFunPrinterCallback

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 CONNECTION_ERROR -> Error connecting with printer ADD_IMAGE_FAILURE -> Error adding the bitmap BUSY -> Printer is currently working PAPER_LACK -> No paper in terminal WRONG_PACKAGE -> Wrong package OUT_OF_MEMORY -> No memory error LOW_POWER -> Low battery OTHER -> Other 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

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

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.