stripe-android
payments-core
/
com.stripe.android.payments.paymentlauncher
/
PaymentLauncherContract
/
Args
Args
sealed
class
Args
:
Parcelable
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Intent
Confirmation
Args
Link copied to clipboard
data
class
IntentConfirmationArgs
:
PaymentLauncherContract.Args
Content copied to clipboard
Payment
Intent
Next
Action
Args
Link copied to clipboard
data
class
PaymentIntentNextActionArgs
:
PaymentLauncherContract.Args
Content copied to clipboard
Setup
Intent
Next
Action
Args
Link copied to clipboard
data
class
SetupIntentNextActionArgs
:
PaymentLauncherContract.Args
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
to
Bundle
Link copied to clipboard
fun
toBundle
(
)
:
Bundle
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
enableLogging
Link copied to clipboard
open
val
enableLogging
:
Boolean
Content copied to clipboard
injectorKey
Link copied to clipboard
open
val
injectorKey
:
String
Content copied to clipboard
productUsage
Link copied to clipboard
open
val
productUsage
:
Set
<
String
>
Content copied to clipboard
publishableKey
Link copied to clipboard
open
val
publishableKey
:
String
Content copied to clipboard
statusBarColor
Link copied to clipboard
open
var
statusBarColor
:
Int
?
=
null
Content copied to clipboard
stripeAccountId
Link copied to clipboard
open
val
stripeAccountId
:
String
?
Content copied to clipboard
Inheritors
IntentConfirmationArgs
Link copied to clipboard
PaymentIntentNextActionArgs
Link copied to clipboard
SetupIntentNextActionArgs
Link copied to clipboard