Class UserNotifications


  • public final class UserNotifications
    extends java.lang.Object
    • Field Detail

      • UNNotificationActionOptionNone

        public static final long UNNotificationActionOptionNone
        See Also:
        Constant Field Values
      • UNAuthorizationOptionNone

        public static final long UNAuthorizationOptionNone
        See Also:
        Constant Field Values
      • UNNotificationPresentationOptionNone

        public static final long UNNotificationPresentationOptionNone
        See Also:
        Constant Field Values
      • UNNotificationCategoryOptionNone

        public static final long UNNotificationCategoryOptionNone
        See Also:
        Constant Field Values
    • Method Detail

      • UNErrorDomain

        public static java.lang.String UNErrorDomain()
      • UNNotificationAttachmentOptionsTypeHintKey

        public static java.lang.String UNNotificationAttachmentOptionsTypeHintKey()
        Key to manually provide a type hint for the attachment. If not set the type hint will be guessed from the attachment's file extension. Value must be an NSString.
      • UNNotificationAttachmentOptionsThumbnailHiddenKey

        public static java.lang.String UNNotificationAttachmentOptionsThumbnailHiddenKey()
        Key to specify if the thumbnail for this attachment is hidden. Defaults to NO. Value must be a boolean NSNumber.
      • UNNotificationAttachmentOptionsThumbnailClippingRectKey

        public static java.lang.String UNNotificationAttachmentOptionsThumbnailClippingRectKey()
        Key to specify a normalized clipping rectangle to use for the attachment thumbnail. Value must be a CGRect encoded using CGRectCreateDictionaryRepresentation.
      • UNNotificationAttachmentOptionsThumbnailTimeKey

        public static java.lang.String UNNotificationAttachmentOptionsThumbnailTimeKey()
        Key to specify the animated image frame number or the movie time to use as the thumbnail. An animated image frame number must be an NSNumber. A movie time must either be an NSNumber with the time in seconds or a CMTime encoded using CMTimeCopyAsDictionary.
      • UNNotificationDefaultActionIdentifier

        public static java.lang.String UNNotificationDefaultActionIdentifier()
      • UNNotificationDismissActionIdentifier

        public static java.lang.String UNNotificationDismissActionIdentifier()