Uses of Class
org.robovm.apple.carplay.CPGridButton
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPGridButton in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return types with arguments of type CPGridButton Modifier and Type Method Description NSArray<CPGridButton>CPGridTemplate. getGridButtons()Method parameters in org.robovm.apple.carplay with type arguments of type CPGridButton Modifier and Type Method Description protected longCPGridButton. init(NSArray<NSString> titleVariants, UIImage image, VoidBlock1<CPGridButton> handler)protected longCPGridTemplate. init(String title, NSArray<CPGridButton> gridButtons)voidCPGridTemplate. updateGridButtons(NSArray<CPGridButton> gridButtons)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPGridButton Constructor Description CPGridButton(NSArray<NSString> titleVariants, UIImage image, VoidBlock1<CPGridButton> handler)CPGridTemplate(String title, NSArray<CPGridButton> gridButtons)