ShuffleAction
open class ShuffleAction : PlaybackControlsRow.MultiAction
kotlin.Any | |||
↳ | androidx.leanback.widget.Action | ||
↳ | androidx.leanback.widget.PlaybackControlsRow.MultiAction | ||
↳ | androidx.leanback.widget.PlaybackControlsRow.ShuffleAction |
An action for displaying a shuffle icon.
Summary
Constants | |
---|---|
static Int |
Action index for shuffle is off |
static Int |
Action index for shuffle is on. |
static Int |
Action index for shuffle is off. |
static Int |
Action index for shuffle is on. |
Inherited constants | |
---|---|
Public constructors | |
---|---|
Constructor |
|
Constructor |
Inherited functions | |
---|---|
Constants
Public constructors
<init>
ShuffleAction(context: Context!)
Constructor
Parameters | |
---|---|
context |
Context!: Context used for loading resources. |