UNPKG

nativescript-intermec-printer

Version:

Plugin for integrating nativescript apps with intermec Pr3 Printer.

18 lines (17 loc) 648 B
import { Common } from './IntermecPrinter.common'; import { BluetoothPermissions } from './android/android_main'; export declare class IntermecPrinter extends Common { bluetoothAdapter: any; bluetoothPermissions: BluetoothPermissions; bluetoothDevice: any; printer: com.ticnat.intermecprinter.PrinterConnector; address: string; constructor(charset?: string, paperSize?: number); Toast(text: any, duration: any): any; connect(address: string): void; disconnect(): void; private not_english_words_in_text; printTextFile(file: any): void; printImg(bitmap: any): void; print(string: string): void; }