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
enable
Logging
Link copied to clipboard
open
val
enableLogging
:
Boolean
Content copied to clipboard
injector
Key
Link copied to clipboard
open
val
injectorKey
:
String
Content copied to clipboard
product
Usage
Link copied to clipboard
open
val
productUsage
:
Set
<
String
>
Content copied to clipboard
publishable
Key
Link copied to clipboard
open
val
publishableKey
:
String
Content copied to clipboard
status
Bar
Color
Link copied to clipboard
open
var
statusBarColor
:
Int
?
=
null
Content copied to clipboard
stripe
Account
Id
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