Package org.robovm.apple.intents
Class INMessageAttributeOptions
java.lang.Object
org.robovm.rt.bro.Bits<INMessageAttributeOptions>
org.robovm.apple.intents.INMessageAttributeOptions
- All Implemented Interfaces:
Comparable<INMessageAttributeOptions>,Iterable<INMessageAttributeOptions>
public final class INMessageAttributeOptions extends Bits<INMessageAttributeOptions>
- 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 INMessageAttributeOptionsFlaggedstatic INMessageAttributeOptionsNonestatic INMessageAttributeOptionsPlayedstatic INMessageAttributeOptionsReadstatic INMessageAttributeOptionsUnflaggedstatic INMessageAttributeOptionsUnread -
Constructor Summary
Constructors Constructor Description INMessageAttributeOptions(long value) -
Method Summary
Modifier and Type Method Description protected INMessageAttributeOptions[]_values()static INMessageAttributeOptions[]values()protected INMessageAttributeOptionswrap(long value, long mask)
-
Field Details
-
None
-
Read
-
Unread
-
Flagged
-
Unflagged
-
Played
- Since:
- Available in iOS 11.0 and later.
-
-
Constructor Details
-
INMessageAttributeOptions
public INMessageAttributeOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<INMessageAttributeOptions>
-
_values
- Specified by:
_valuesin classBits<INMessageAttributeOptions>
-
values
-