Package apple.carplay.enums
Class CPAlertActionStyle
- java.lang.Object
-
- apple.carplay.enums.CPAlertActionStyle
-
public final class CPAlertActionStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCancelA style that indicates the action will cancel and leave data unchanged.static longDefaultA style that indicates a default action.static longDestructiveA style that indicates the button might change or delete data.
-
-
-
Field Detail
-
Default
public static final long Default
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
-
Destructive
public static final long Destructive
A style that indicates the button might change or delete data.- See Also:
- Constant Field Values
-
-