Class UIDataDetectorTypes


  • public final class UIDataDetectorTypes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Address
      Street address detection
      static long All
      Enable all types, including types that may be added later
      static long CalendarEvent
      Event detection
      static long FlightNumber
      Flight number detection
      static long Link
      URL detection
      static long LookupSuggestion
      Information users may want to look up
      static long None
      Disable detection
      static long PhoneNumber
      Phone number detection
      static long ShipmentTrackingNumber
      Shipment tracking number detection
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PhoneNumber

        public static final long PhoneNumber
        Phone number 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
      • All

        public static final long All
        Enable all types, including types that may be added later