Package org.robovm.apple.corefoundation
Class CFNotificationPostingOptions
java.lang.Object
org.robovm.rt.bro.Bits<CFNotificationPostingOptions>
org.robovm.apple.corefoundation.CFNotificationPostingOptions
- All Implemented Interfaces:
Comparable<CFNotificationPostingOptions>,Iterable<CFNotificationPostingOptions>
public final class CFNotificationPostingOptions extends Bits<CFNotificationPostingOptions>
-
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 CFNotificationPostingOptionsDeliverImmediatelystatic CFNotificationPostingOptionsNonestatic CFNotificationPostingOptionsPostToAllSessions -
Constructor Summary
Constructors Constructor Description CFNotificationPostingOptions(long value) -
Method Summary
Modifier and Type Method Description protected CFNotificationPostingOptions[]_values()static CFNotificationPostingOptions[]values()protected CFNotificationPostingOptionswrap(long value, long mask)
-
Field Details
-
None
-
DeliverImmediately
-
PostToAllSessions
-
-
Constructor Details
-
CFNotificationPostingOptions
public CFNotificationPostingOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<CFNotificationPostingOptions>
-
_values
- Specified by:
_valuesin classBits<CFNotificationPostingOptions>
-
values
-