Uses of Class
org.robovm.apple.carplay.CPInformationTemplateLayout
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPInformationTemplateLayout in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPInformationTemplateLayout Modifier and Type Method Description CPInformationTemplateLayoutCPInformationTemplate. getLayout()static CPInformationTemplateLayoutCPInformationTemplateLayout. valueOf(long n)Returns the enum constant of this type with the specified name.static CPInformationTemplateLayoutCPInformationTemplateLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static CPInformationTemplateLayout[]CPInformationTemplateLayout. 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 CPInformationTemplateLayout Modifier and Type Method Description protected longCPInformationTemplate. init(String title, CPInformationTemplateLayout layout, NSArray<CPInformationItem> items, NSArray<CPTextButton> actions)Constructors in org.robovm.apple.carplay with parameters of type CPInformationTemplateLayout Constructor Description CPInformationTemplate(String title, CPInformationTemplateLayout layout, NSArray<CPInformationItem> items, NSArray<CPTextButton> actions)