The fields of Android.Hardware.Usb.UsbManager are listed below. For a list of all members, see the UsbManager Members list.
See Also: Inherited members from Java.Lang.Object
const | ActionUsbAccessoryAttached | string. Broadcast Action: A broadcast for USB accessory attached event. |
const | ActionUsbAccessoryDetached | string. Broadcast Action: A broadcast for USB accessory detached event. |
const | ActionUsbDeviceAttached | string. Broadcast Action: A broadcast for USB device attached event. |
const | ActionUsbDeviceDetached | string. Broadcast Action: A broadcast for USB device detached event. |
const | ExtraAccessory | string. Name of extra for UsbManager.ActionUsbAccessoryAttached and UsbManager.ActionUsbAccessoryDetached broadcasts containing the UsbAccessory object for the accessory. |
const | ExtraDevice | string. Name of extra for UsbManager.ActionUsbDeviceAttached and UsbManager.ActionUsbDeviceDetached broadcasts containing the UsbDevice object for the device. |
const | ExtraPermissionGranted | string. Name of extra added to the Android.App.PendingIntent passed into UsbManager.RequestPermission(UsbDevice, Android.App.PendingIntent) or UsbManager.RequestPermission(UsbAccessory, Android.App.PendingIntent) containing a boolean value indicating whether the user granted permission or not. |