Uses of Class
org.robovm.apple.carplay.CPTextButton
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPTextButton in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPTextButton Modifier and Type Method Description CPTextButtonCPPointOfInterest. getPrimaryButton()CPTextButtonCPPointOfInterest. getSecondaryButton()Methods in org.robovm.apple.carplay that return types with arguments of type CPTextButton Modifier and Type Method Description NSArray<CPTextButton>CPInformationTemplate. getActions()Methods in org.robovm.apple.carplay with parameters of type CPTextButton Modifier and Type Method Description voidCPPointOfInterest. setPrimaryButton(CPTextButton v)voidCPPointOfInterest. setSecondaryButton(CPTextButton v)Method parameters in org.robovm.apple.carplay with type arguments of type CPTextButton Modifier and Type Method Description protected longCPTextButton. init(String title, CPTextButtonStyle textStyle, VoidBlock1<CPTextButton> handler)voidCPInformationTemplate. setActions(NSArray<CPTextButton> v)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPTextButton Constructor Description CPTextButton(String title, CPTextButtonStyle textStyle, VoidBlock1<CPTextButton> handler)