ActionStrip
public
class
ActionStrip
extends Object
java.lang.Object | |
↳ | com.google.android.libraries.car.app.model.ActionStrip |
Represents a list of Action
s that are used for a template.
The Action
s 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 Template
s on restrictions around what actions are
supported.
Summary
Nested classes | |
---|---|
class |
ActionStrip.Builder
A builder of |
Public methods | |
---|---|
static
ActionStrip.Builder
|
builder()
Constructs a new builder of |
boolean
|
equals(Object other)
|
int
|
hashCode()
|
String
|
toString()
|
Inherited methods | |
---|---|
Public methods
builder
public static ActionStrip.Builder builder ()
Constructs a new builder of ActionStrip
.
Returns | |
---|---|
ActionStrip.Builder |
hashCode
public int hashCode ()
Returns | |
---|---|
int |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-15 UTC.