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