public final class UNNotificationCategoryOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AllowAnnouncement
Whether notifications of this category should be allowed for announcing notifications
|
static long |
AllowInCarPlay
Whether notifications of this category should be allowed in CarPlay
|
static long |
CustomDismissAction
Whether dismiss action should be sent to the UNUserNotificationCenter delegate
|
static long |
HiddenPreviewsShowSubtitle
Whether the subtitle should be shown if the user has previews off
|
static long |
HiddenPreviewsShowTitle
Whether the title should be shown if the user has previews off
|
public static final long CustomDismissAction
public static final long AllowInCarPlay
public static final long HiddenPreviewsShowTitle
public static final long HiddenPreviewsShowSubtitle
public static final long AllowAnnouncement