2.0.7 • Published 4 years ago

capacitor-aria-print v2.0.7

Weekly downloads
217
License
MIT
Repository
github
Last release
4 years ago

capacitor-aria-print

Aria Point of Sale Print Plugin

Install

npm install capacitor-aria-print
npx cap sync

API

print(...)

print(options: PrintOptions) => void
ParamType
optionsPrintOptions

feedPaper(...)

feedPaper(options: PrinterOptions) => void
ParamType
optionsPrinterOptions

detectPrinters()

detectPrinters() => any

Returns: any


scanBarcode(...)

scanBarcode(options: ScanBarcodeOptions) => any
ParamType
optionsScanBarcodeOptions

Returns: any


enableBluetooth()

enableBluetooth() => any

Returns: any


enableLocation()

enableLocation() => any

Returns: any


checkPermissions()

checkPermissions() => any

Returns: any


requestPermissions()

requestPermissions() => any

Returns: any


Interfaces

PrintOptions

PropType
widthnumber
charsPerLinenumber
dpinumber
ipAddressstring
qrCodeSizenumber
textstring
qrCodestring

PrinterOptions

PropType
widthnumber
charsPerLinenumber
dpinumber
ipAddressstring
qrCodeSizenumber

DetectPrintersResult

PropType
devices{}

BluetoothDevice

PropType
namestring
idstring
addressstring
classnumber
uuidstring
rssinumber

ScanBarcodeOptions

PropType
messagestring

ScanBarcodeResult

PropType
barcodestring

PermissionStatus

PropType
bluetooth"prompt" | "prompt-with-rationale" | "granted" | "denied"
location"prompt" | "prompt-with-rationale" | "granted" | "denied"
barcode"prompt" | "prompt-with-rationale" | "granted" | "denied"
2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago