Package apple.carplay.protocol
Interface CPListTemplateItem
-
- All Known Subinterfaces:
CPSelectableListItem
- All Known Implementing Classes:
CPListImageRowItem,CPListItem,CPMessageListItem
public interface CPListTemplateItem[@c] CPListTemplateItem describes common properties of list items that can be displayed in a @c CPListTemplate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetUserInfo(java.lang.Object value)Any custom user info related to this item.java.lang.Stringtext()The primary text shown in a cell displaying this list item.java.lang.ObjectuserInfo()Any custom user info related to this item.
-