Enum ISN_UIUserNotificationType
Constants indicating how the app alerts the user when a local or push notification arrives.
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_UIUserNotificationType
Fields
Name | Description |
---|---|
Alert | The application may display an alert upon a notification being received |
Badge | The application may badge its icon upon a notification being received |
None | The application may not present any UI upon a notification being received |
Sound | The application may play a sound upon a notification being received |