PlaybackState.ActionRewind Field

Definition

Indicates this session supports the rewind command.

[Android.Runtime.Register("ACTION_REWIND")]
public const long ActionRewind = 8;
[<Android.Runtime.Register("ACTION_REWIND")>]
val mutable ActionRewind : int64

Field Value

Value = 8

Implements

Attributes

Remarks

Indicates this session supports the rewind command.

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

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