MessageInfo
@CarProtocol
class MessageInfo : NavigationTemplate.NavigationInfo
Represents a message that can be shown in the NavigationTemplate.
Summary
Nested types |
|---|
class MessageInfo.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
CarIcon? |
getImage()Returns the image to display along with the message or |
CarText? |
getText()Returns the text to display with the message or |
CarText? |
getTitle()Returns the title of the message or |
Int |
hashCode() |
String |
toString() |
Public functions
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 |