PlaybackState.StateStopped 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 arrestato.

[Android.Runtime.Register("STATE_STOPPED")]
[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 StateStopped = 1;
[<Android.Runtime.Register("STATE_STOPPED")>]
[<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 StateStopped : Android.Media.Session.PlaybackStateCode

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Stato che indica che l'elemento è attualmente arrestato.

per android.media.session.PlaybackState.STATE_STOPPED.

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