ActionStrip
@CarProtocol
class ActionStrip
Represents a list of Actions that are used for a template.
The Actions in the ActionStrip may be displayed differently depending on the template they are used with. For example, a map template may display them as a group of floating action buttons (FABs) over the map background.
See the documentation of individual Templates on restrictions around what actions are supported.
Summary
Nested types |
|---|
class ActionStrip.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
(Mutable)List<Action!> |
Returns the list of |
Action? |
getFirstActionOfType(actionType: Int)Returns the first |
Int |
hashCode() |
String |
toString() |
Public functions
getActions
fun getActions(): (Mutable)List<Action!>
Returns the list of Actions in the strip.
| See also | |
|---|---|
addAction |