PlaybackState.StateError Campo

Definizione

Attenzione

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

Stato che indica che l'elemento è attualmente in stato di errore.

[Android.Runtime.Register("STATE_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)]
public const Android.Media.Session.PlaybackStateCode StateError = 7;
[<Android.Runtime.Register("STATE_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)>]
val mutable StateError : Android.Media.Session.PlaybackStateCode

Valore del campo

Value = 7

Implementazioni

Attributi

Commenti

Stato che indica che l'elemento è attualmente in stato di errore. Il messaggio di errore deve essere impostato anche quando si immette questo stato.

per android.media.session.PlaybackState.STATE_ERROR.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a