UIDataDetectorType Enum

Definition

An enumeration of values that are automatically detected in text.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UIDataDetectorType
type UIDataDetectorType = 
Inheritance
UIDataDetectorType
Attributes

Fields

Address 4

Addresses.

All 18446744073709551615

All supported detection types are activated.

CalendarEvent 8

Detects calendar events.

FlightNumber 32

An airplane flight identifier.

2

Detects web Urls.

LookupSuggestion 64

A word or phrase that may be the intended final value.

None 0

Do not perform any content detection.

PhoneNumber 1

Detects phone numbers.

ShipmentTrackingNumber 16

A tracking number for a parcel.

Remarks

The types of text that are automatically detected in text content. If the types are detected in the content, the text is converted into clickable content. When clicked the application that is bound to handle that kind of data type is invoked (Web browser for HTTP links, Phone application for phone numbers).

Applies to