externalBrowserDestinationLink property

String? externalBrowserDestinationLink
getter/setter pair

User-agent specific custom-scheme URIs for iSDK to open.

This will be set according to the user-agent tha the click was originally made in. There is no Safari-equivalent custom-scheme open URLs. ie: googlechrome://www.example.com ie: firefox://open-url?url=http://www.example.com ie: opera-http://example.com

Implementation

core.String? externalBrowserDestinationLink;