Package org.robovm.apple.uikit
Class UIDataDetectorTypes
- All Implemented Interfaces:
Comparable<UIDataDetectorTypes>,Iterable<UIDataDetectorTypes>
public final class UIDataDetectorTypes extends Bits<UIDataDetectorTypes>
-
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 UIDataDetectorTypesAddressstatic UIDataDetectorTypesAllstatic UIDataDetectorTypesCalendarEventstatic UIDataDetectorTypesFlightNumberstatic UIDataDetectorTypesLinkstatic UIDataDetectorTypesLookupSuggestionstatic UIDataDetectorTypesNonestatic UIDataDetectorTypesPhoneNumberstatic UIDataDetectorTypesShipmentTrackingNumber -
Constructor Summary
Constructors Constructor Description UIDataDetectorTypes(long value) -
Method Summary
Modifier and Type Method Description protected UIDataDetectorTypes[]_values()static UIDataDetectorTypes[]values()protected UIDataDetectorTypeswrap(long value, long mask)
-
Field Details
-
PhoneNumber
-
Link
-
Address
-
CalendarEvent
-
ShipmentTrackingNumber
- Since:
- Available in iOS 10.0 and later.
-
FlightNumber
- Since:
- Available in iOS 10.0 and later.
-
LookupSuggestion
- Since:
- Available in iOS 10.0 and later.
-
None
-
All
-
-
Constructor Details
-
UIDataDetectorTypes
public UIDataDetectorTypes(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIDataDetectorTypes>
-
_values
- Specified by:
_valuesin classBits<UIDataDetectorTypes>
-
values
-