Class UNNotificationActionOptions
java.lang.Object
org.robovm.rt.bro.Bits<UNNotificationActionOptions>
org.robovm.apple.usernotifications.UNNotificationActionOptions
- All Implemented Interfaces:
Comparable<UNNotificationActionOptions>,Iterable<UNNotificationActionOptions>
public final class UNNotificationActionOptions extends Bits<UNNotificationActionOptions>
- 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 UNNotificationActionOptionsAuthenticationRequiredstatic UNNotificationActionOptionsDestructivestatic UNNotificationActionOptionsForegroundstatic UNNotificationActionOptionsNone -
Constructor Summary
Constructors Constructor Description UNNotificationActionOptions(long value) -
Method Summary
Modifier and Type Method Description protected UNNotificationActionOptions[]_values()static UNNotificationActionOptions[]values()protected UNNotificationActionOptionswrap(long value, long mask)
-
Field Details
-
Constructor Details
-
UNNotificationActionOptions
public UNNotificationActionOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UNNotificationActionOptions>
-
_values
- Specified by:
_valuesin classBits<UNNotificationActionOptions>
-
values
-