enum class SxClickType
Defines the behaviour when user taps on a video of an advertisement.
| NOT_CLICKABLE | Do not open the landing page when a user taps on an advertisement. | 
| CLICKABLE_ON_FULL_AREA | Directly open the web-browser when the user taps on an advertisement. | 
| CLICKABLE_WITH_CONFIRMATION_DIALOG | Show a confirmation dialog, before the web-browser is opened. |