Package apple.usernotifications.enums
Class UNNotificationCategoryOptions
- java.lang.Object
-
- apple.usernotifications.enums.UNNotificationCategoryOptions
-
public final class UNNotificationCategoryOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllowAnnouncementWhether notifications of this category should be allowed for announcing notificationsstatic longAllowInCarPlayWhether notifications of this category should be allowed in CarPlaystatic longCustomDismissActionWhether dismiss action should be sent to the UNUserNotificationCenter delegatestatic longHiddenPreviewsShowSubtitleWhether the subtitle should be shown if the user has previews offstatic longHiddenPreviewsShowTitleWhether the title should be shown if the user has previews off
-
-
-
Field Detail
-
CustomDismissAction
public static final long CustomDismissAction
Whether dismiss action should be sent to the UNUserNotificationCenter delegate- See Also:
- Constant Field Values
-
AllowInCarPlay
public static final long AllowInCarPlay
Whether notifications of this category should be allowed in CarPlay- See Also:
- Constant Field Values
-
HiddenPreviewsShowTitle
public static final long HiddenPreviewsShowTitle
Whether the title should be shown if the user has previews off- See Also:
- Constant Field Values
-
HiddenPreviewsShowSubtitle
public static final long HiddenPreviewsShowSubtitle
Whether the subtitle should be shown if the user has previews off- See Also:
- Constant Field Values
-
AllowAnnouncement
public static final long AllowAnnouncement
Whether notifications of this category should be allowed for announcing notifications- See Also:
- Constant Field Values
-
-