MtpEvent.EventObjectRemoved Field

Definition

Caution

This constant will be removed in the future version. Use Android.Mtp.EventCode enum directly instead of this field.

Event code for OBJECT_REMOVED event

[Android.Runtime.Register("EVENT_OBJECT_REMOVED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.EventCode enum directly instead of this field.", true)]
public const Android.Mtp.EventCode EventObjectRemoved = 16387;
[<Android.Runtime.Register("EVENT_OBJECT_REMOVED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.EventCode enum directly instead of this field.", true)>]
val mutable EventObjectRemoved : Android.Mtp.EventCode

Field Value

Value = 16387
Attributes

Remarks

Event code for OBJECT_REMOVED event

Java documentation for android.mtp.MtpEvent.EVENT_OBJECT_REMOVED.

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