Companion

object Companion

Properties

Link copied to clipboard
const val CANCELED: Int = 3

Payment authentication was canceled by the user

Link copied to clipboard
const val FAILED: Int = 2

Confirm or payment authentication failed

Link copied to clipboard
const val SUCCEEDED: Int = 1

Confirmation or payment authentication succeeded

Link copied to clipboard
const val TIMEDOUT: Int = 4

Payment authentication timed-out

Link copied to clipboard
const val UNKNOWN: Int = 0