CondensedItem


@CarProtocol
@RequiresCarApi(value = 9)
@ExperimentalCarApi
public final class CondensedItem implements Item


A temporary stub for CondensedItem.

Summary

Nested types

public final class CondensedItem.Builder

A builder for CondensedItem.

Public methods

boolean
@Nullable CarIcon

Returns the leading image of the item.

@Nullable CarText

Returns the text of the item.

@Nullable CarText

Returns the title of the item.

int
@NonNull String

Public methods

equals

public boolean equals(@Nullable Object other)

getLeadingImage

Added in 1.8.0-beta01
public @Nullable CarIcon getLeadingImage()

Returns the leading image of the item.

getText

Added in 1.8.0-beta01
public @Nullable CarText getText()

Returns the text of the item.

getTitle

Added in 1.8.0-beta01
public @Nullable CarText getTitle()

Returns the title of the item.

hashCode

public int hashCode()

toString

public @NonNull String toString()