LongMessageTemplate
@RequiresCarApi(value = 2)
@CarProtocol
public final class LongMessageTemplate implements Template
A template for displaying a long text, which could be several paragraphs long, with associated actions.
Template Restrictions This template's body is only available to the user while the car is parked and does not count against the template quota.| See also | |
|---|---|
onGetTemplate |
Summary
Nested types |
|---|
@RequiresCarApi(value = 2)A builder of |
Public methods |
|
|---|---|
boolean |
|
@Nullable ActionStrip |
Returns the |
@NonNull List<Action> |
Returns the list of actions to display in the template. |
@Nullable Action |
Returns the |
@NonNull CarText |
Returns the message to display in the template, which could be several paragraphs long. |
@Nullable CarText |
getTitle()Returns the title of the template or |
int |
hashCode() |
@NonNull String |
toString() |
Public methods
getActionStrip
public @Nullable ActionStrip getActionStrip()
Returns the ActionStrip for this template or null if not set.
| See also | |
|---|---|
setActionStrip |
getActions
public @NonNull List<Action> getActions()
Returns the list of actions to display in the template.
| See also | |
|---|---|
addAction |
getHeaderAction
public @Nullable Action getHeaderAction()
Returns the Action that is set to be displayed in the header of the template, or null if not set.
| See also | |
|---|---|
setHeaderAction |
getMessage
public @NonNull CarText getMessage()
Returns the message to display in the template, which could be several paragraphs long.
| See also | |
|---|---|
Builder |