Class UNNotificationCategoryOptions
java.lang.Object
org.robovm.rt.bro.Bits<UNNotificationCategoryOptions>
org.robovm.apple.usernotifications.UNNotificationCategoryOptions
- All Implemented Interfaces:
Comparable<UNNotificationCategoryOptions>,Iterable<UNNotificationCategoryOptions>
public final class UNNotificationCategoryOptions extends Bits<UNNotificationCategoryOptions>
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static UNNotificationCategoryOptionsAllowAnnouncementDeprecated.Deprecated in iOS 15.0.static UNNotificationCategoryOptionsAllowInCarPlaystatic UNNotificationCategoryOptionsCustomDismissActionstatic UNNotificationCategoryOptionsHiddenPreviewsShowSubtitlestatic UNNotificationCategoryOptionsHiddenPreviewsShowTitlestatic UNNotificationCategoryOptionsNone -
Constructor Summary
Constructors Constructor Description UNNotificationCategoryOptions(long value) -
Method Summary
Modifier and Type Method Description protected UNNotificationCategoryOptions[]_values()static UNNotificationCategoryOptions[]values()protected UNNotificationCategoryOptionswrap(long value, long mask)
-
Field Details
-
None
-
CustomDismissAction
-
AllowInCarPlay
-
HiddenPreviewsShowTitle
- Since:
- Available in iOS 11.0 and later.
-
HiddenPreviewsShowSubtitle
- Since:
- Available in iOS 11.0 and later.
-
AllowAnnouncement
Deprecated.Deprecated in iOS 15.0. Announcement option is ignored- Since:
- Available in iOS 13.0 and later.
-
-
Constructor Details
-
UNNotificationCategoryOptions
public UNNotificationCategoryOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UNNotificationCategoryOptions>
-
_values
- Specified by:
_valuesin classBits<UNNotificationCategoryOptions>
-
values
-