PlaybackState.StatePaused Field

Definition

Caution

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

State indicating this item is currently paused.

[Android.Runtime.Register("STATE_PAUSED")]
[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 StatePaused = 2;
[<Android.Runtime.Register("STATE_PAUSED")>]
[<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 StatePaused : Android.Media.Session.PlaybackStateCode

Field Value

Value = 2

Implements

Attributes

Remarks

State indicating this item is currently paused.

Java documentation for android.media.session.PlaybackState.STATE_PAUSED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to