UsbManager.ExtraDevice Field

Definition

Name of extra for #ACTION_USB_DEVICE_ATTACHED and #ACTION_USB_DEVICE_DETACHED broadcasts containing the UsbDevice object for the device.

[Android.Runtime.Register("EXTRA_DEVICE")]
public const string ExtraDevice;
[<Android.Runtime.Register("EXTRA_DEVICE")>]
val mutable ExtraDevice : string

Field Value

Attributes

Remarks

Name of extra for #ACTION_USB_DEVICE_ATTACHED and #ACTION_USB_DEVICE_DETACHED broadcasts containing the UsbDevice object for the device.

Java documentation for android.hardware.usb.UsbManager.EXTRA_DEVICE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to