emptyViewTitleVariants property

List<String>? emptyViewTitleVariants
final

An array of title variants displayed when the list is empty.

Android Auto uses the first element as the message passed to ItemList.Builder.setNoItemsMessage(). When sections is empty and this list is null, the template falls back to a loading indicator.

Implementation

final List<String>? emptyViewTitleVariants;