Package apple.usernotifications.c
Class UserNotifications
- java.lang.Object
-
- apple.usernotifications.c.UserNotifications
-
public final class UserNotifications extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longUNAuthorizationOptionNonestatic longUNNotificationActionOptionNonestatic longUNNotificationCategoryOptionNonestatic longUNNotificationPresentationOptionNone
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringUNErrorDomain()static java.lang.StringUNNotificationAttachmentOptionsThumbnailClippingRectKey()Key to specify a normalized clipping rectangle to use for the attachment thumbnail.static java.lang.StringUNNotificationAttachmentOptionsThumbnailHiddenKey()Key to specify if the thumbnail for this attachment is hidden.static java.lang.StringUNNotificationAttachmentOptionsThumbnailTimeKey()Key to specify the animated image frame number or the movie time to use as the thumbnail.static java.lang.StringUNNotificationAttachmentOptionsTypeHintKey()Key to manually provide a type hint for the attachment.static java.lang.StringUNNotificationDefaultActionIdentifier()static java.lang.StringUNNotificationDismissActionIdentifier()
-
-
-
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()
-
-