Show / Hide Table of Contents

Enum ISN_UIAlertActionStyle

Styles to apply to action buttons in an alert.

Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_UIAlertActionStyle

Fields

Name Description
Cancel

Apply a style that indicates the action cancels the operation and leaves things unchanged.

Default

Apply the default style to the action’s button.

Destructive

Apply a style that indicates the action might change or delete data.

In This Article
Back to top Generated by DocFX