Package apple.uikit.enums
Class UIDataDetectorTypes
- java.lang.Object
-
- apple.uikit.enums.UIDataDetectorTypes
-
public final class UIDataDetectorTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAddressStreet address detectionstatic longAllEnable all types, including types that may be added laterstatic longCalendarEventEvent detectionstatic longFlightNumberFlight number detectionstatic longLinkURL detectionstatic longLookupSuggestionInformation users may want to look upstatic longNoneDisable detectionstatic longPhoneNumberPhone number detectionstatic longShipmentTrackingNumberShipment tracking number detection
-
-
-
Field Detail
-
PhoneNumber
public static final long PhoneNumber
Phone number detection- See Also:
- Constant Field Values
-
Link
public static final long Link
URL detection- See Also:
- Constant Field Values
-
Address
public static final long Address
Street address detection- See Also:
- Constant Field Values
-
CalendarEvent
public static final long CalendarEvent
Event detection- See Also:
- Constant Field Values
-
ShipmentTrackingNumber
public static final long ShipmentTrackingNumber
Shipment tracking number detection- See Also:
- Constant Field Values
-
FlightNumber
public static final long FlightNumber
Flight number detection- See Also:
- Constant Field Values
-
LookupSuggestion
public static final long LookupSuggestion
Information users may want to look up- See Also:
- Constant Field Values
-
None
public static final long None
Disable detection- See Also:
- Constant Field Values
-
All
public static final long All
Enable all types, including types that may be added later
-
-