Package-level declarations

Types

Link copied to clipboard
data class SDKBasicPinKeyboardConfiguration(texts: SDKUrovoPinTexts, textSize: List<Short>? = null, margins: List<Short>? = null, backgroundColor: List<Int>? = null, showPinRetries: Boolean = false)
Link 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

Link copied to clipboard
data class SDKUrovoPinTexts(val title: String, val message: String, val pinRetriesText: String, val okText: String, val cancelText: String, val deleteText: String)
Link copied to clipboard
class SDKUrovoPrinter(context: Context)

This object provides object needed to use the Urovo-SmartPos printer

Link copied to clipboard
Link copied to clipboard

This object provides the installer and configuration files needed to use the Urovo-SmartPos reader in the PaymentsSDK

Functions

Link copied to clipboard
fun PrinterError.mapError(): SDKPrinterError