UIAlertActionStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of the styles showing the effect of a UIAlertAction.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAlertActionStyle
type UIAlertActionStyle =
- Inheritance
-
UIAlertActionStyle
- Attributes
Fields
Cancel | 1 | A style indicating a UIAlertAction that cancels the operation associated with the alert. |
Default | 0 | A style indicating default behavior. |
Destructive | 2 | A style indicating the UIAlertAction might change or delete data. |