IntentBuilder

class IntentBuilder(context: Context)

Constructors

Link copied to clipboard
fun IntentBuilder(context: Context)

Functions

Link copied to clipboard
fun accessToken(accessToken: AccessToken): XPayments.IntentBuilder

Set a Pay Station access token

Link copied to clipboard
fun build(): Intent

Build the intent

Link copied to clipboard
fun isSandbox(isSandbox: Boolean): XPayments.IntentBuilder

Set the sandbox mode

Link copied to clipboard

Set a Pay Station version

Link copied to clipboard
fun setRedirectUriHost(redirectHost: String): XPayments.IntentBuilder

Set the redirect uri host

Link copied to clipboard
fun setRedirectUriScheme(redirectScheme: String): XPayments.IntentBuilder

Set the redirect uri scheme

Link copied to clipboard
fun useWebview(useWebview: Boolean): XPayments.IntentBuilder

Set use webview instead of a browser

Sources

Link copied to clipboard