Uses of Class
org.robovm.apple.carplay.CPBarButtonType
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPBarButtonType in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPBarButtonType Modifier and Type Method Description CPBarButtonTypeCPBarButton. getButtonType()Deprecated.Deprecated in iOS 14.0.static CPBarButtonTypeCPBarButtonType. valueOf(long n)Returns the enum constant of this type with the specified name.static CPBarButtonTypeCPBarButtonType. valueOf(String name)Returns the enum constant of this type with the specified name.static CPBarButtonType[]CPBarButtonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.carplay with parameters of type CPBarButtonType Modifier and Type Method Description protected longCPBarButton. init(CPBarButtonType type, VoidBlock1<CPBarButton> handler)Deprecated.Deprecated in iOS 14.0.Constructors in org.robovm.apple.carplay with parameters of type CPBarButtonType Constructor Description CPBarButton(CPBarButtonType type, VoidBlock1<CPBarButton> handler)Deprecated.Deprecated in iOS 14.0.CPMessageComposeBarButton(CPBarButtonType type, VoidBlock1<CPBarButton> handler)Deprecated.Deprecated in iOS 14.0.