public final class CFNotificationSuspensionBehavior
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Coalesce
The server will not queue any notifications with this name and object while the process/app is in the background.
|
static long |
DeliverImmediately
The server will hold all matching notifications until the queue has been filled (queue size determined by the server) at which point the server may flush queued notifications.
|
static long |
Drop |
static long |
Hold
The server will only queue the last notification of the specified name and object; earlier notifications are dropped.
|
public static final long Drop
public static final long Coalesce
public static final long Hold
public static final long DeliverImmediately