LongMessageTemplate

@RequiresCarApi(value = 2)
class LongMessageTemplate : 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

A builder of LongMessageTemplate.

Public functions

Boolean
equals(other: Any?)
ActionStrip?

Returns the ActionStrip for this template or null if not set.

(Mutable)List<Action!>

Returns the list of actions to display in the template.

Action?

Returns the Action that is set to be displayed in the header of the template, or null if not set.

CarText

Returns the message to display in the template, which could be several paragraphs long.

CarText?

Returns the title of the template or null if not set.

Int
String

Public functions

equals

Added in 1.4.0-rc02
fun equals(other: Any?): Boolean

getActionStrip

Added in 1.1.0
fun getActionStrip(): ActionStrip?

Returns the ActionStrip for this template or null if not set.

See also
setActionStrip

getActions

Added in 1.1.0
fun getActions(): (Mutable)List<Action!>

Returns the list of actions to display in the template.

See also
addAction

getHeaderAction

Added in 1.1.0
fun getHeaderAction(): Action?

Returns the Action that is set to be displayed in the header of the template, or null if not set.

See also
setHeaderAction

getMessage

Added in 1.1.0
fun getMessage(): CarText

Returns the message to display in the template, which could be several paragraphs long.

See also
Builder

getTitle

Added in 1.1.0
fun getTitle(): CarText?

Returns the title of the template or null if not set.

See also
setTitle

hashCode

Added in 1.4.0-rc02
fun hashCode(): Int

toString

Added in 1.4.0-rc02
fun toString(): String