stripe-android
payments-core
/
com.stripe.android.payments.paymentlauncher
/
PaymentResult
Payment
Result
sealed
class
PaymentResult
:
Parcelable
Result to be passed to the callback of
PaymentLauncher
Types
Functions
Inheritors
Types
Canceled
Link copied to clipboard
object
Canceled
:
PaymentResult
Completed
Link copied to clipboard
object
Completed
:
PaymentResult
Failed
Link copied to clipboard
class
Failed
(
val
throwable
:
Throwable
)
:
PaymentResult
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Bundle
Link copied to clipboard
fun
toBundle
(
)
:
Bundle
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Inheritors
Completed
Link copied to clipboard
Failed
Link copied to clipboard
Canceled
Link copied to clipboard