Uses of Class
org.robovm.apple.carplay.CPImageSet
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPImageSet in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPImageSet Modifier and Type Method Description CPImageSetCPNavigationAlert. getImageSet()CPImageSetCPManeuver. getSymbolSet()Deprecated.Deprecated in iOS 13.0.Methods in org.robovm.apple.carplay with parameters of type CPImageSet 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.voidCPManeuver. setSymbolSet(CPImageSet v)Deprecated.Deprecated in iOS 13.0.Constructors in org.robovm.apple.carplay with parameters of type CPImageSet Constructor Description CPNavigationAlert(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, CPImageSet imageSet, CPAlertAction primaryAction, CPAlertAction secondaryAction, double duration)Deprecated.Deprecated in iOS 13.0.