hasPrinter

abstract fun hasPrinter(onResult: (result: Boolean) -> Unit)

Checks whether the device has a printer.

Parameters

onResult

Callback that receives true if the device has a printer, false otherwise.