toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.googlepaylauncher
/
GooglePayLauncher
/
Result
Result
sealed
class
Result
:
Parcelable
Inheritors
Completed
Failed
Canceled
Members
Types
Canceled
Link copied to clipboard
data
object
Canceled
:
GooglePayLauncher.Result
Completed
Link copied to clipboard
data
object
Completed
:
GooglePayLauncher.Result
Failed
Link copied to clipboard
data
class
Failed
(
val
error
:
Throwable
)
:
GooglePayLauncher.Result
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)