InCallTemplate


@ExperimentalCarApi
@CarProtocol
class InCallTemplate : Template


A Template showing phone call controls and details.

Summary

Nested types

A builder for InCallTemplate.

Public functions

Boolean
equals(o: Any?)
(Mutable)List<Action!>

Returns the list of actions to display in the template.

Header?

Returns the Header to show in this template.

CarIcon?

Returns the icon to display in the template.

(Mutable)List<CarText!>

Returns the list of text below the title.

CarText?

Returns the title to display in the template.

Int
Boolean

Returns whether the template is in a loading state.

String

Public functions

equals

fun equals(o: Any?): Boolean

getActions

Added in 1.8.0-beta01
fun getActions(): (Mutable)List<Action!>

Returns the list of actions to display in the template.

See also
addAction

getHeader

Added in 1.8.0-beta01
fun getHeader(): Header?

Returns the Header to show in this template.

See also
setHeader

getIcon

Added in 1.8.0-beta01
fun getIcon(): CarIcon?

Returns the icon to display in the template.

See also
setIcon

getTexts

Added in 1.8.0-beta01
fun getTexts(): (Mutable)List<CarText!>

Returns the list of text below the title.

See also
addText

getTitle

Added in 1.8.0-beta01
fun getTitle(): CarText?

Returns the title to display in the template.

See also
setTitle

hashCode

fun hashCode(): Int

isLoading

Added in 1.8.0-beta01
fun isLoading(): Boolean

Returns whether the template is in a loading state.

See also
setLoading

toString

fun toString(): String