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
SDKPrinterErrorThis 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
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.