Uses of Class
org.robovm.apple.carplay.CPAlertAction
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPAlertAction in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPAlertAction Modifier and Type Method Description CPAlertActionCPNavigationAlert. getPrimaryAction()CPAlertActionCPNavigationAlert. getSecondaryAction()Methods in org.robovm.apple.carplay that return types with arguments of type CPAlertAction Modifier and Type Method Description NSArray<CPAlertAction>CPActionSheetTemplate. getActions()NSArray<CPAlertAction>CPAlertTemplate. getActions()VoidBlock1<CPAlertAction>CPAlertAction. getHandler()Methods in org.robovm.apple.carplay with parameters of type CPAlertAction Modifier and Type Method Description protected longCPNavigationAlert. init(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, CPImageSet imageSet, CPAlertAction primaryAction, CPAlertAction secondaryAction, double duration)Deprecated.Deprecated in iOS 13.0.protected longCPNavigationAlert. init(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, UIImage image, CPAlertAction primaryAction, CPAlertAction secondaryAction, double duration)Method parameters in org.robovm.apple.carplay with type arguments of type CPAlertAction Modifier and Type Method Description protected longCPActionSheetTemplate. init(String title, String message, NSArray<CPAlertAction> actions)protected longCPAlertAction. init(String title, CPAlertActionStyle style, VoidBlock1<CPAlertAction> handler)Constructors in org.robovm.apple.carplay with parameters of type CPAlertAction Constructor Description CPNavigationAlert(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, CPImageSet imageSet, CPAlertAction primaryAction, CPAlertAction secondaryAction, double duration)Deprecated.Deprecated in iOS 13.0.CPNavigationAlert(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, UIImage image, CPAlertAction primaryAction, CPAlertAction secondaryAction, double duration)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPAlertAction Constructor Description CPActionSheetTemplate(String title, String message, NSArray<CPAlertAction> actions)CPAlertAction(String title, CPAlertActionStyle style, VoidBlock1<CPAlertAction> handler)