UsbManager.ExtraDevice Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.