Class UNNotificationPresentationOptions
java.lang.Object
org.robovm.rt.bro.Bits<UNNotificationPresentationOptions>
org.robovm.apple.usernotifications.UNNotificationPresentationOptions
- All Implemented Interfaces:
Comparable<UNNotificationPresentationOptions>,Iterable<UNNotificationPresentationOptions>
public final class UNNotificationPresentationOptions extends Bits<UNNotificationPresentationOptions>
- 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 UNNotificationPresentationOptionsAlertDeprecated.Deprecated in iOS 14.0.static UNNotificationPresentationOptionsBadgestatic UNNotificationPresentationOptionsBannerstatic UNNotificationPresentationOptionsListstatic UNNotificationPresentationOptionsNonestatic UNNotificationPresentationOptionsSound -
Constructor Summary
Constructors Constructor Description UNNotificationPresentationOptions(long value) -
Method Summary
Modifier and Type Method Description protected UNNotificationPresentationOptions[]_values()static UNNotificationPresentationOptions[]values()protected UNNotificationPresentationOptionswrap(long value, long mask)
-
Field Details
-
None
-
Badge
-
Sound
-
Alert
Deprecated.Deprecated in iOS 14.0. Use UNNotificationPresentationOptionList | UNNotificationPresentationOptionBanner- Since:
- Available in iOS 10.0 and later.
-
List
- Since:
- Available in iOS 14.0 and later.
-
Banner
- Since:
- Available in iOS 14.0 and later.
-
-
Constructor Details
-
UNNotificationPresentationOptions
public UNNotificationPresentationOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UNNotificationPresentationOptions>
-
_values
- Specified by:
_valuesin classBits<UNNotificationPresentationOptions>
-
values
-