CondensedItem


@CarProtocol
@RequiresCarApi(value = 9)
@ExperimentalCarApi
class CondensedItem : Item


A temporary stub for CondensedItem.

Summary

Nested types

A builder for CondensedItem.

Public functions

Boolean
equals(other: Any?)
CarIcon?

Returns the leading image of the item.

CarText?

Returns the text of the item.

CarText?

Returns the title of the item.

Int
String

Public functions

equals

fun equals(other: Any?): Boolean

getLeadingImage

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

Returns the leading image of the item.

getText

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

Returns the text of the item.

getTitle

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

Returns the title of the item.

hashCode

fun hashCode(): Int

toString

fun toString(): String