stripe-android
payments-core
/
com.stripe.android
/
CustomerSession
/
SourceRetrievalListener
Source
Retrieval
Listener
interface
SourceRetrievalListener
:
CustomerSession.RetrievalListener
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
errorCode
:
Int
,
errorMessage
:
String
,
stripeError
:
StripeError
?
)
on
Source
Retrieved
Link copied to clipboard
abstract
fun
onSourceRetrieved
(
source
:
Source
)