PlaybackState.StateSkippingToPrevious 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 the player is currently skipping to the previous item.

[Android.Runtime.Register("STATE_SKIPPING_TO_PREVIOUS")]
[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 StateSkippingToPrevious = 9;
[<Android.Runtime.Register("STATE_SKIPPING_TO_PREVIOUS")>]
[<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 StateSkippingToPrevious : Android.Media.Session.PlaybackStateCode

Field Value

Value = 9

Implements

Attributes

Remarks

State indicating the player is currently skipping to the previous item.

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

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