Package apple.webkit.enums
Class WKDataDetectorTypes
- java.lang.Object
-
- apple.webkit.enums.WKDataDetectorTypes
-
public final class WKDataDetectorTypes extends java.lang.Object[@enum] WKDataDetectorTypes The type of data detected. [@constant] WKDataDetectorTypeNone No detection is performed. [@constant] WKDataDetectorTypePhoneNumber Phone numbers are detected and turned into links. [@constant] WKDataDetectorTypeLink URLs in text are detected and turned into links. [@constant] WKDataDetectorTypeAddress Addresses are detected and turned into links. [@constant] WKDataDetectorTypeCalendarEvent Dates and times that are in the future are detected and turned into links. [@constant] WKDataDetectorTypeAll All of the above data types are turned into links when detected. Choosing this value will automatically include any new detection type that is added.
-
-
Field Summary
Fields Modifier and Type Field Description static longAddressstatic longAllstatic longCalendarEventstatic longFlightNumberstatic longLinkstatic longLookupSuggestionstatic longNonestatic longPhoneNumberstatic longSpotlightSuggestionstatic longTrackingNumber
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
PhoneNumber
public static final long PhoneNumber
- See Also:
- Constant Field Values
-
Link
public static final long Link
- See Also:
- Constant Field Values
-
Address
public static final long Address
- See Also:
- Constant Field Values
-
CalendarEvent
public static final long CalendarEvent
- See Also:
- Constant Field Values
-
TrackingNumber
public static final long TrackingNumber
- See Also:
- Constant Field Values
-
FlightNumber
public static final long FlightNumber
- See Also:
- Constant Field Values
-
LookupSuggestion
public static final long LookupSuggestion
- See Also:
- Constant Field Values
-
All
public static final long All
-
SpotlightSuggestion
public static final long SpotlightSuggestion
- See Also:
- Constant Field Values
-
-