Share via


UIAlertActionStyle Enum

Definition

Enumeration of the styles showing the effect of a UIAlertAction.

[ObjCRuntime.Native]
public enum UIAlertActionStyle
[<ObjCRuntime.Native>]
type UIAlertActionStyle = 
Inheritance
UIAlertActionStyle
Attributes

Fields

Name Value Description
Default 0

A style indicating default behavior.

Cancel 1

A style indicating a UIAlertAction that cancels the operation associated with the alert.

Destructive 2

A style indicating the UIAlertAction might change or delete data.

Applies to