toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core.internal.util
/
StatusResponseUtils
Status
Response
Utils
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
StatusResponseUtils
Members
Properties
RESULT_AUTHORIZED
Link copied to clipboard
const
val
RESULT_AUTHORIZED
:
String
RESULT_CANCELED
Link copied to clipboard
const
val
RESULT_CANCELED
:
String
RESULT_ERROR
Link copied to clipboard
const
val
RESULT_ERROR
:
String
RESULT_PENDING
Link copied to clipboard
const
val
RESULT_PENDING
:
String
RESULT_REFUSED
Link copied to clipboard
const
val
RESULT_REFUSED
:
String
Functions
is
Final
Result
Link copied to clipboard
fun
isFinalResult
(
statusResponse
:
StatusResponse
)
:
Boolean