Compartir a través de


PlaybackStateEvent.StateAbandoned Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.

La reproducción se abandona antes de llegar al final del medio.

[Android.Runtime.Register("STATE_ABANDONED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)]
public const Android.Media.Metrics.PlaybackState StateAbandoned = 15;
[<Android.Runtime.Register("STATE_ABANDONED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)>]
val mutable StateAbandoned : Android.Media.Metrics.PlaybackState

Valor de campo

Value = 15

Implementaciones

Atributos

Comentarios

La reproducción se abandona antes de llegar al final del medio.

Documentación de Java para android.media.metrics.PlaybackStateEvent.STATE_ABANDONED.

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