Package apple.uikit.enums
Class UIUserNotificationType
- java.lang.Object
-
- apple.uikit.enums.UIUserNotificationType
-
public final class UIUserNotificationType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlertthe application may display an alert upon a notification being receivedstatic longBadgethe application may badge its icon upon a notification being receivedstatic longNonethe application may not present any UI upon a notification being receivedstatic longSoundthe application may play a sound upon a notification being received
-
-
-
Field Detail
-
None
public static final long None
the application may not present any UI upon a notification being received- See Also:
- Constant Field Values
-
Badge
public static final long Badge
the application may badge its icon upon a notification being received- See Also:
- Constant Field Values
-
Sound
public static final long Sound
the application may play a sound upon a notification being received- See Also:
- Constant Field Values
-
Alert
public static final long Alert
the application may display an alert upon a notification being received- See Also:
- Constant Field Values
-
-