toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
PaymentProcessResult
Payment
Process
Result
interface
PaymentProcessResult
Members
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
)
on
Not
Found
Link copied to clipboard
abstract
fun
onNotFound
(
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
checkoutProcessResponse
:
CheckoutProcessResponse
?
,
rawResponse
:
String
?
)