Package org.robovm.apple.uikit
Class UIScrollTypeMask
- All Implemented Interfaces:
Comparable<UIScrollTypeMask>,Iterable<UIScrollTypeMask>
public final class UIScrollTypeMask extends Bits<UIScrollTypeMask>
- Since:
- Available in iOS 13.4 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 UIScrollTypeMaskAllstatic UIScrollTypeMaskContinuousstatic UIScrollTypeMaskDiscretestatic UIScrollTypeMaskNone -
Constructor Summary
Constructors Constructor Description UIScrollTypeMask(long value) -
Method Summary
Modifier and Type Method Description protected UIScrollTypeMask[]_values()static UIScrollTypeMask[]values()protected UIScrollTypeMaskwrap(long value, long mask)
-
Field Details
-
Constructor Details
-
UIScrollTypeMask
public UIScrollTypeMask(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIScrollTypeMask>
-
_values
- Specified by:
_valuesin classBits<UIScrollTypeMask>
-
values
-