Package org.robovm.apple.intents
Class INCallCapabilityOptions
- All Implemented Interfaces:
Comparable<INCallCapabilityOptions>,Iterable<INCallCapabilityOptions>
public final class INCallCapabilityOptions extends Bits<INCallCapabilityOptions>
- 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 INCallCapabilityOptionsAudioCallstatic INCallCapabilityOptionsNonestatic INCallCapabilityOptionsVideoCall -
Constructor Summary
Constructors Constructor Description INCallCapabilityOptions(long value) -
Method Summary
Modifier and Type Method Description protected INCallCapabilityOptions[]_values()static INCallCapabilityOptions[]values()protected INCallCapabilityOptionswrap(long value, long mask)
-
Field Details
-
None
-
AudioCall
-
VideoCall
-
-
Constructor Details
-
INCallCapabilityOptions
public INCallCapabilityOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<INCallCapabilityOptions>
-
_values
- Specified by:
_valuesin classBits<INCallCapabilityOptions>
-
values
-