toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.payments.paymentlauncher
/
PaymentResult
Payment
Result
sealed
class
PaymentResult
:
Parcelable
Result to be passed to the callback of
PaymentLauncher
Inheritors
Completed
Failed
Canceled
Members
Types
Canceled
Link copied to clipboard
data
object
Canceled
:
PaymentResult
Completed
Link copied to clipboard
data
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
)