Compartir a través de


MtpEvent.EventUndefined Campo

Definición

Precaución

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

Código de evento para el evento UNDEFINED

[Android.Runtime.Register("EVENT_UNDEFINED", 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 EventUndefined = 16384;
[<Android.Runtime.Register("EVENT_UNDEFINED", 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 EventUndefined : Android.Mtp.EventCode

Valor de campo

Value = 16384
Atributos

Comentarios

Código de evento para el evento UNDEFINED

Documentación de Java para android.mtp.MtpEvent.EVENT_UNDEFINED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a