WKDataDetectorTypes Enum

Definition

Enumerates the kinds of data that are detected and converted to links.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum WKDataDetectorTypes
type WKDataDetectorTypes = 
Inheritance
WKDataDetectorTypes
Attributes

Fields

Address 4

Indicates that addresses are detected and converted to links.

All 18446744073709551615

Indicates that all detectable items will be detected and converted to links.

CalendarEvent 8

Indicates that datetimes in the future are detected and converted to links.

FlightNumber 32

Indicates that flight numbers are detected and converted to links.

2

Indicates that URLs are detected and converted to links.

LookupSuggestion 64

Indicates that lookup suggestions will be provided.

None 0

Indicates that no items are detected and converted to links.

PhoneNumber 1

Indicates that phone numbers are detected and converted to links.

SpotlightSuggestion 64

Indicates that Spotlight suggestsions are detected and converted into links.

TrackingNumber 16

Indicates that shipping numbers are detected and converted to links.

Applies to