CondensedSection


@RequiresCarApi(value = 9)
@ExperimentalCarApi
@CarProtocol
public final class CondensedSection extends Section


A Section within the SectionedItemTemplate that contains CondensedItems.

Summary

Nested types

A builder for CondensedSection.

Public methods

boolean
int
@NonNull String

Inherited methods

From androidx.car.app.model.Section
@Nullable CarText

Returns the optional message that should appear if there are no items added to this section.

@Nullable OnItemVisibilityChangedDelegate

Returns the OnItemVisibilityChangedDelegate to be called when the visible items in this Section changes, or null if one isn't set.

@Nullable SectionHeader

Returns the SectionHeader for this section, or null if not set.

@Nullable CarText

Returns the optional text that should appear with the items in this section.

Public methods

equals

public boolean equals(@Nullable Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()