Package org.robovm.apple.uikit
Class UIMenuOptions
- All Implemented Interfaces:
Comparable<UIMenuOptions>,Iterable<UIMenuOptions>
public final class UIMenuOptions extends Bits<UIMenuOptions>
- Since:
- Available in iOS 13.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 UIMenuOptionsDestructivestatic UIMenuOptionsDisplayInlinestatic UIMenuOptionsNonestatic UIMenuOptionsSingleSelection -
Constructor Summary
Constructors Constructor Description UIMenuOptions(long value) -
Method Summary
Modifier and Type Method Description protected UIMenuOptions[]_values()static UIMenuOptions[]values()protected UIMenuOptionswrap(long value, long mask)
-
Field Details
-
None
-
DisplayInline
-
Destructive
-
SingleSelection
- Since:
- Available in iOS 15.0 and later.
-
-
Constructor Details
-
UIMenuOptions
public UIMenuOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIMenuOptions>
-
_values
- Specified by:
_valuesin classBits<UIMenuOptions>
-
values
-