ThumbsAction
abstract class ThumbsAction : PlaybackControlsRow.MultiAction
kotlin.Any | |||
↳ | androidx.leanback.widget.Action | ||
↳ | androidx.leanback.widget.PlaybackControlsRow.MultiAction | ||
↳ | androidx.leanback.widget.PlaybackControlsRow.ThumbsAction |
A base class for displaying a thumbs action.
Summary
Constants |
|
---|---|
static Int |
Action index for the outline thumb icon. |
static Int |
Action index for the solid thumb icon. |
static Int |
Action index for the outline thumb icon. |
static Int |
Action index for the solid thumb icon. |
Inherited constants |
|
---|---|
Public constructors |
|
---|---|
Constructor |
Inherited functions |
|
---|---|
Constants
OUTLINE
static valOUTLINE: Int
Deprecated: Use INDEX_OUTLINE
Action index for the outline thumb icon.
Value: 1
SOLID
static valSOLID: Int
Deprecated: Use INDEX_SOLID
Action index for the solid thumb icon.
Value: 0