toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android
/
CustomerSession
/
PaymentMethodRetrievalListener
Payment
Method
Retrieval
Listener
interface
PaymentMethodRetrievalListener
:
CustomerSession.RetrievalListener
Members
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
errorCode
:
Int
,
errorMessage
:
String
,
stripeError
:
StripeError
?
)
on
Payment
Method
Retrieved
Link copied to clipboard
abstract
fun
onPaymentMethodRetrieved
(
paymentMethod
:
PaymentMethod
)