Uses of Class
org.robovm.apple.carplay.CPListItemAccessoryType
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPListItemAccessoryType in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPListItemAccessoryType Modifier and Type Method Description CPListItemAccessoryTypeCPListItem. getAccessoryType()static CPListItemAccessoryTypeCPListItemAccessoryType. valueOf(long n)Returns the enum constant of this type with the specified name.static CPListItemAccessoryTypeCPListItemAccessoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CPListItemAccessoryType[]CPListItemAccessoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.carplay with parameters of type CPListItemAccessoryType Modifier and Type Method Description protected longCPListItem. init(String text, String detailText, UIImage image, UIImage accessoryImage, CPListItemAccessoryType accessoryType)voidCPListItem. setAccessoryType(CPListItemAccessoryType v)Constructors in org.robovm.apple.carplay with parameters of type CPListItemAccessoryType Constructor Description CPListItem(String text, String detailText, UIImage image, UIImage accessoryImage, CPListItemAccessoryType accessoryType)