public final class CPAlertActionStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Cancel
A style that indicates the action will cancel and leave data unchanged.
|
static long |
Default
A style that indicates a default action.
|
static long |
Destructive
A style that indicates the button might change or delete data.
|
public static final long Default
public static final long Cancel
public static final long Destructive