Click or drag to resize

UsbPermissionRequestor Interface

Interface defining a UsbPermissionRequestor.

Namespace: Zebra.Sdk.Comm
Assembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax
public interface UsbPermissionRequestor

The UsbPermissionRequestor type exposes the following members.

Methods
 NameDescription
Public methodRequestUsbPermission Intended to be implemented by an Activity that knows how to request permission for USB communications from the Android USB manager.
It will be used/accessed by the SDK when attempting to reestablish USB communications after a firmware download and printer reset.
Top
See Also