Packagecom.myflashlab.air.extensions.richWebView.ios
Classpublic class DataDetectorType
InheritanceDataDetectorType Inheritance Object

The type of data detected in the page.



Public Constants
 ConstantDefined By
  ADDRESS : int = 3
[static] Addresses are detected and turned into links.
DataDetectorType
  ALL : int = 8
[static] All of the above data types are turned into links when detected
DataDetectorType
  CALENDAR_EVENT : int = 4
[static] Dates and times that are in the future are detected and turned into links.
DataDetectorType
  FLIGHT_NUMBER : int = 6
[static]
DataDetectorType
  LINK : int = 2
[static] URLs in text are detected and turned into links.
DataDetectorType
  LOOKUP_SUGGESTION : int = 7
[static]
DataDetectorType
  NONE : int = 0
[static] No detection is performed.
DataDetectorType
  PHONE_NUMBER : int = 1
[static] Phone numbers are detected and turned into links.
DataDetectorType
  TRACKING_NUMBER : int = 5
[static]
DataDetectorType
Constant Detail
ADDRESSConstant
public static const ADDRESS:int = 3

Addresses are detected and turned into links.

ALLConstant 
public static const ALL:int = 8

All of the above data types are turned into links when detected

CALENDAR_EVENTConstant 
public static const CALENDAR_EVENT:int = 4

Dates and times that are in the future are detected and turned into links.

FLIGHT_NUMBERConstant 
public static const FLIGHT_NUMBER:int = 6

LINKConstant 
public static const LINK:int = 2

URLs in text are detected and turned into links.

LOOKUP_SUGGESTIONConstant 
public static const LOOKUP_SUGGESTION:int = 7

NONEConstant 
public static const NONE:int = 0

No detection is performed.

PHONE_NUMBERConstant 
public static const PHONE_NUMBER:int = 1

Phone numbers are detected and turned into links.

TRACKING_NUMBERConstant 
public static const TRACKING_NUMBER:int = 5