UsbManager.ExtraAccessory 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_ACCESSORY_ATTACHED
and
#ACTION_USB_ACCESSORY_DETACHED
broadcasts
containing the UsbAccessory
object for the accessory.
[Android.Runtime.Register("EXTRA_ACCESSORY")]
public const string ExtraAccessory;
[<Android.Runtime.Register("EXTRA_ACCESSORY")>]
val mutable ExtraAccessory : string
Field Value
- Attributes
Remarks
Name of extra for #ACTION_USB_ACCESSORY_ATTACHED
and #ACTION_USB_ACCESSORY_DETACHED
broadcasts containing the UsbAccessory
object for the accessory.
Java documentation for android.hardware.usb.UsbManager.EXTRA_ACCESSORY
.
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.