Show / Hide Table of Contents

Enum ISN_UNAlertStyle

Constants indicating the types of alerts that can be displayed to the user.

Namespace: SA.iOS.UserNotifications
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_UNAlertStyle

Fields

Name Description
Alert

Modal alerts. Alerts are displayed in a modal window that must be dismissed explicitly by the user.

Banner

Banner alerts. Alerts are displayed as a slide-down banner. Banners appear for a short time and then disappear automatically if the user does nothing.

None

No alerts. Alerts are not displayed for the app.

In This Article
Back to top Generated by DocFX