PO3DSRedirect

data class PO3DSRedirect(val url: URL, val timeoutSeconds: Int? = null, val isHeadlessModeAllowed: Boolean = false)

3DS redirect configuration.

Parameters

url

Redirect URL.

timeoutSeconds

Optional timeout interval in seconds.

isHeadlessModeAllowed

Boolean value that indicates whether a given URL can be handled in headless mode, meaning without showing any UI for the user.

Constructors

Link copied to clipboard
constructor(url: URL, timeoutSeconds: Int? = null, isHeadlessModeAllowed: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val timeoutSeconds: Int? = null
Link copied to clipboard
val url: URL