public final class UIUserNotificationType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Alert
the application may display an alert upon a notification being received
|
static long |
Badge
the application may badge its icon upon a notification being received
|
static long |
None
the application may not present any UI upon a notification being received
|
static long |
Sound
the application may play a sound upon a notification being received
|
public static final long None
public static final long Badge
public static final long Sound
public static final long Alert