MessageInfo

@CarProtocol
class MessageInfo : NavigationTemplate.NavigationInfo


Represents a message that can be shown in the NavigationTemplate.

Summary

Nested types

A builder of MessageInfo.

Public functions

Boolean
equals(other: Any?)
CarIcon?

Returns the image to display along with the message or null if not set.

CarText?

Returns the text to display with the message or null if not set.

CarText?

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

Int
String

Public functions

equals

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

getImage

Added in 1.0.0
fun getImage(): CarIcon?

Returns the image to display along with the message or null if not set.

See also
setImage

getText

Added in 1.0.0
fun getText(): CarText?

Returns the text to display with the message or null if not set.

See also
setText

getTitle

Added in 1.0.0
fun getTitle(): CarText?

Returns the title of the message 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