Uses of Class
org.robovm.apple.carplay.CPListSection
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPListSection in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return types with arguments of type CPListSection Modifier and Type Method Description NSArray<CPListSection>CPListTemplate. getSections()Method parameters in org.robovm.apple.carplay with type arguments of type CPListSection Modifier and Type Method Description protected longCPListTemplate. init(String title, NSArray<CPListSection> sections)protected longCPListTemplate. init(String title, NSArray<CPListSection> sections, CPAssistantCellConfiguration assistantCellConfiguration)voidCPListTemplate. updateSections(NSArray<CPListSection> sections)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPListSection Constructor Description CPListTemplate(String title, NSArray<CPListSection> sections)CPListTemplate(String title, NSArray<CPListSection> sections, CPAssistantCellConfiguration assistantCellConfiguration)