Uses of Class
org.robovm.apple.carplay.CPButton
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPButton in org.robovm.apple.carplay
Subclasses of CPButton in org.robovm.apple.carplay Modifier and Type Class Description classCPContactCallButtonclassCPContactDirectionsButtonclassCPContactMessageButtonMethods in org.robovm.apple.carplay that return CPButton Modifier and Type Method Description CPButtonCPListSection. getHeaderButton()Methods in org.robovm.apple.carplay that return types with arguments of type CPButton Modifier and Type Method Description NSArray<CPButton>CPContact. getActions()Methods in org.robovm.apple.carplay with parameters of type CPButton Modifier and Type Method Description protected longCPListSection. init(NSArray<?> items, String header, String headerSubtitle, UIImage headerImage, CPButton headerButton, String sectionIndexTitle)Method parameters in org.robovm.apple.carplay with type arguments of type CPButton Modifier and Type Method Description protected longCPButton. init(UIImage image, VoidBlock1<CPButton> handler)protected longCPContactCallButton. init(VoidBlock1<CPButton> handler)protected longCPContactDirectionsButton. init(VoidBlock1<CPButton> handler)voidCPContact. setActions(NSArray<CPButton> v)Constructors in org.robovm.apple.carplay with parameters of type CPButton Constructor Description CPListSection(NSArray<?> items, String header, String headerSubtitle, UIImage headerImage, CPButton headerButton, String sectionIndexTitle)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPButton Constructor Description CPButton(UIImage image, VoidBlock1<CPButton> handler)CPContactCallButton(VoidBlock1<CPButton> handler)CPContactDirectionsButton(VoidBlock1<CPButton> handler)CPContactMessageButton(UIImage image, VoidBlock1<CPButton> handler)