dataDetectorTypes property

List<DataDetectorTypes>? dataDetectorTypes
getter/setter pair

Specifying a dataDetectoryTypes value adds interactivity to web content that matches the value. For example, Safari adds a link to “apple.com” in the text “Visit apple.com” if the dataDetectorTypes property is set to DataDetectorTypes.LINK. The default value is DataDetectorTypes.NONE.

Officially Supported Platforms/Implementations:

Implementation

List<DataDetectorTypes>? dataDetectorTypes;