Package apple.carplay.enums
Class CPTextButtonStyle
- java.lang.Object
-
- apple.carplay.enums.CPTextButtonStyle
-
public final class CPTextButtonStyle extends java.lang.Object
-
-
Field Detail
-
Normal
public static final long Normal
A style that indicates a default action.- See Also:
- Constant Field Values
-
Cancel
public static final long Cancel
A style that indicates the action will cancel and leave data unchanged.- See Also:
- Constant Field Values
-
Confirm
public static final long Confirm
A style that indicates the button will confirm an action.- See Also:
- Constant Field Values
-
-