UsbManager.ActionUsbAccessoryDetached Field

Definition

Broadcast Action: A broadcast for USB accessory detached event.

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

Field Value

Attributes

Remarks

Broadcast Action: A broadcast for USB accessory detached event.

This intent is sent when a USB accessory is detached. <ul> <li> #EXTRA_ACCESSORY containing the UsbAccessory for the attached accessory that was detached </ul>

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

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