InCallTemplate
@ExperimentalCarApi
@CarProtocol
class InCallTemplate : Template
A Template showing phone call controls and details.
Summary
Nested types |
|---|
class InCallTemplate.BuilderA builder for |
Public functions |
|
|---|---|
Boolean |
|
(Mutable)List<Action!> |
Returns the list of actions to display in the template. |
Header? |
Returns the |
CarIcon? |
getIcon()Returns the icon to display in the template. |
(Mutable)List<CarText!> |
getTexts()Returns the list of text below the title. |
CarText? |
getTitle()Returns the title to display in the template. |
Int |
hashCode() |
Boolean |
Returns whether the template is in a loading state. |
String |
toString() |
Public functions
getActions
fun getActions(): (Mutable)List<Action!>
Returns the list of actions to display in the template.
| See also | |
|---|---|
addAction |
getHeader
fun getHeader(): Header?
Returns the Header to show in this template.
| See also | |
|---|---|
setHeader |
getIcon
fun getIcon(): CarIcon?
Returns the icon to display in the template.
| See also | |
|---|---|
setIcon |
getTexts
fun getTexts(): (Mutable)List<CarText!>
Returns the list of text below the title.
| See also | |
|---|---|
addText |
getTitle
fun getTitle(): CarText?
Returns the title to display in the template.
| See also | |
|---|---|
setTitle |
isLoading
fun isLoading(): Boolean
Returns whether the template is in a loading state.
| See also | |
|---|---|
setLoading |