PlaybackState.ActionSkipToPrevious Field

Definition

Indicates this session supports the previous command.

[Android.Runtime.Register("ACTION_SKIP_TO_PREVIOUS")]
public const long ActionSkipToPrevious = 16;
[<Android.Runtime.Register("ACTION_SKIP_TO_PREVIOUS")>]
val mutable ActionSkipToPrevious : int64

Field Value

Value = 16

Implements

Attributes

Remarks

Indicates this session supports the previous command.

Java documentation for android.media.session.PlaybackState.ACTION_SKIP_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