Package org.robovm.apple.webkit
Class WKDataDetectorTypes
- All Implemented Interfaces:
Comparable<WKDataDetectorTypes>,Iterable<WKDataDetectorTypes>
public final class WKDataDetectorTypes extends Bits<WKDataDetectorTypes>
- 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 WKDataDetectorTypesAddressstatic WKDataDetectorTypesAllstatic WKDataDetectorTypesCalendarEventstatic WKDataDetectorTypesFlightNumberstatic WKDataDetectorTypesLinkstatic WKDataDetectorTypesLookupSuggestionstatic WKDataDetectorTypesNonestatic WKDataDetectorTypesPhoneNumberstatic WKDataDetectorTypesSpotlightSuggestionDeprecated.Deprecated in iOS 10.0.static WKDataDetectorTypesTrackingNumber -
Constructor Summary
Constructors Constructor Description WKDataDetectorTypes(long value) -
Method Summary
Modifier and Type Method Description protected WKDataDetectorTypes[]_values()static WKDataDetectorTypes[]values()protected WKDataDetectorTypeswrap(long value, long mask)
-
Field Details
-
None
-
PhoneNumber
-
Link
-
Address
-
CalendarEvent
-
TrackingNumber
-
FlightNumber
-
LookupSuggestion
-
All
-
SpotlightSuggestion
Deprecated.Deprecated in iOS 10.0. Use WKDataDetectorTypeLookupSuggestion- Since:
- Available in iOS 10.0 and later.
-
-
Constructor Details
-
WKDataDetectorTypes
public WKDataDetectorTypes(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<WKDataDetectorTypes>
-
_values
- Specified by:
_valuesin classBits<WKDataDetectorTypes>
-
values
-