Class UNNotificationCategoryOptions


  • public final class UNNotificationCategoryOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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