Package org.robovm.apple.carplay
Interface CPSelectableListItem
- All Superinterfaces:
CPListTemplateItem,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CPListImageRowItem,CPListItem,CPSelectableListItemAdapter
public interface CPSelectableListItem extends CPListTemplateItem
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description VoidBlock2<CPSelectableListItem,Runnable>getHandler()voidsetHandler(VoidBlock2<CPSelectableListItem,Runnable> v)Methods inherited from interface org.robovm.apple.carplay.CPListTemplateItem
getText, getUserInfo, isEnabled, setEnabled, setUserInfo
-
Method Details
-
getHandler
VoidBlock2<CPSelectableListItem,Runnable> getHandler() -
setHandler
-