Compartilhar via


PlaybackStateEvent.StateEnded Campo

Definição

Cuidado

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

A reprodução chegou ao fim da mídia.

[Android.Runtime.Register("STATE_ENDED", 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 StateEnded = 11;
[<Android.Runtime.Register("STATE_ENDED", 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 StateEnded : Android.Media.Metrics.PlaybackState

Valor do campo

Value = 11

Implementações

Atributos

Comentários

A reprodução chegou ao fim da mídia.

Documentação Java para android.media.metrics.PlaybackStateEvent.STATE_ENDED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a