Package apple.carplay.enums
Class CPBarButtonStyle
- java.lang.Object
-
- apple.carplay.enums.CPBarButtonStyle
-
public final class CPBarButtonStyle extends java.lang.ObjectSpecifies the style used to display a @c CPBarButton.
-
-
Field Detail
-
None
public static final long None
The button will be displayed with no additional styling.- See Also:
- Constant Field Values
-
Rounded
public static final long Rounded
The button will be displayed with a rounded background.- See Also:
- Constant Field Values
-
-