toggle menu
stripe-android
androidJvm
switch theme
search in API
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
ButtonThemes
Button
Themes
class
ButtonThemes
(
val
link
:
PaymentSheet.ButtonThemes.LinkButtonTheme
=
LinkButtonTheme.WHITE
)
:
Parcelable
Theme configuration for wallet buttons
Members
Constructors
Button
Themes
Link copied to clipboard
constructor
(
link
:
PaymentSheet.ButtonThemes.LinkButtonTheme
=
LinkButtonTheme.WHITE
)
Types
Link
Button
Theme
Link copied to clipboard
enum
LinkButtonTheme
:
Enum
<
PaymentSheet.ButtonThemes.LinkButtonTheme
>
Link button theme options
Properties
link
Link copied to clipboard
val
link
:
PaymentSheet.ButtonThemes.LinkButtonTheme
Theme configuration for Link button
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
)