Uses of Class
org.robovm.apple.carplay.CPMessageLeadingItem
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPMessageLeadingItem in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPMessageLeadingItem Modifier and Type Method Description CPMessageLeadingItemCPMessageListItemLeadingConfiguration. getLeadingItem()static CPMessageLeadingItemCPMessageLeadingItem. valueOf(long n)Returns the enum constant of this type with the specified name.static CPMessageLeadingItemCPMessageLeadingItem. valueOf(String name)Returns the enum constant of this type with the specified name.static CPMessageLeadingItem[]CPMessageLeadingItem. 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 CPMessageLeadingItem Modifier and Type Method Description protected longCPMessageListItemLeadingConfiguration. init(CPMessageLeadingItem leadingItem, UIImage leadingImage, boolean unread)Constructors in org.robovm.apple.carplay with parameters of type CPMessageLeadingItem Constructor Description CPMessageListItemLeadingConfiguration(CPMessageLeadingItem leadingItem, UIImage leadingImage, boolean unread)