OpenURLInNewTabRequest

data class OpenURLInNewTabRequest(url: String, cancelUrl: String, integrated: Boolean?)

Properties

cancelUrl
Link copied to clipboard
val cancelUrl: String

The url to be loaded if url cannot be opened.

integrated
Link copied to clipboard
val integrated: Boolean?

Wheter the tab should be opened in the SDK's web view instead of the system's browser.

url
Link copied to clipboard
val url: String

The url to be opened