airwallex-android
Toggle table of contents
6.6.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
airwallex
/
com.airwallex.android.view
/
PaymentFlowListener
Payment
Flow
Listener
interface
PaymentFlowListener
Members
Functions
on
Error
Link copied to clipboard
open
fun
onError
(
exception
:
Throwable
,
context
:
Context
)
on
Loading
State
Changed
Link copied to clipboard
open
fun
onLoadingStateChanged
(
isLoading
:
Boolean
,
context
:
Context
)
on
Payment
Result
Link copied to clipboard
abstract
fun
onPaymentResult
(
status
:
AirwallexPaymentStatus
)