Uses of Class
org.robovm.apple.carplay.CPDashboardButton
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPDashboardButton in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return types with arguments of type CPDashboardButton Modifier and Type Method Description NSArray<CPDashboardButton>CPDashboardController. getShortcutButtons()Method parameters in org.robovm.apple.carplay with type arguments of type CPDashboardButton Modifier and Type Method Description protected longCPDashboardButton. init(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, UIImage image, VoidBlock1<CPDashboardButton> handler)voidCPDashboardController. setShortcutButtons(NSArray<CPDashboardButton> v)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPDashboardButton Constructor Description CPDashboardButton(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, UIImage image, VoidBlock1<CPDashboardButton> handler)