Skip to main content

User.TappedOpenURL

Description

The User.TappedContinue type defines an action that requires a client to The User.TappedOpenURL type defines an action that requires a client to open a browser window or tab to the specified URL. This type is rarely used and when found it is usually for pointing to third-party information considered extremely important under the cirumstances.

It is important to note that the specified URL may not always be on the HTTP(S) prototcol. One example of this is a tel: protocol link to emergency services in cases where the Screening service has determined that the end user is at risk.

Properties

  • url (string, required) - The URL to which to navigate.

Example

{
"type" : "User.TappedOpenURL",
"url" : "https://www.example.com"
}