Share via


UNAlertStyle Enum

Definition

Enumerates the kinds of alerts that notifications display.

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

Fields

Name Value Description
None 0

The app may not display alerts.

Banner 1

The notification may display a temporary slide-down banner alert.

Alert 2

The notification may display a modal alert.

Applies to