Android.Hardware.Usb.UsbManager: Field Members

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

Public Fields

const
ActionUsbAccessoryAttachedstring. Broadcast Action: A broadcast for USB accessory attached event.
const
ActionUsbAccessoryDetachedstring. Broadcast Action: A broadcast for USB accessory detached event.
const
ActionUsbDeviceAttachedstring. Broadcast Action: A broadcast for USB device attached event.
const
ActionUsbDeviceDetachedstring. Broadcast Action: A broadcast for USB device detached event.
const
ExtraAccessorystring. Name of extra for UsbManager.ActionUsbAccessoryAttached and UsbManager.ActionUsbAccessoryDetached broadcasts containing the UsbAccessory object for the accessory.
const
ExtraDevicestring. Name of extra for UsbManager.ActionUsbDeviceAttached and UsbManager.ActionUsbDeviceDetached broadcasts containing the UsbDevice object for the device.
const
ExtraPermissionGrantedstring. 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.