toggle menu
stripe-android
androidJvm
switch theme
search in API
3ds2sdk
/
com.stripe.android.stripe3ds2.init.ui
/
StripeButtonCustomization
Stripe
Button
Customization
class
StripeButtonCustomization
:
BaseCustomization
,
ButtonCustomization
,
Parcelable
Members
Constructors
Stripe
Button
Customization
Link copied to clipboard
constructor
(
)
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
StripeButtonCustomization
>
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
fun
equals
(
@
Nullable
obj
:
Any
)
:
Boolean
get
Background
Color
Link copied to clipboard
@
Nullable
open
fun
getBackgroundColor
(
)
:
String
get
Corner
Radius
Link copied to clipboard
open
fun
getCornerRadius
(
)
:
Int
get
Text
Color
Link copied to clipboard
@
Nullable
open
fun
getTextColor
(
)
:
String
get
Text
Font
Name
Link copied to clipboard
@
Nullable
open
fun
getTextFontName
(
)
:
String
get
Text
Font
Size
Link copied to clipboard
open
fun
getTextFontSize
(
)
:
Int
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
set
Background
Color
Link copied to clipboard
open
fun
setBackgroundColor
(
@
NonNull
hexColorCode
:
String
)
set
Corner
Radius
Link copied to clipboard
open
fun
setCornerRadius
(
cornerRadius
:
Int
)
set
Text
Color
Link copied to clipboard
open
fun
setTextColor
(
@
NonNull
textColor
:
String
)
abstract
fun
setTextColor
(
@
NonNull
hexColorCode
:
String
)
set
Text
Font
Name
Link copied to clipboard
open
fun
setTextFontName
(
@
NonNull
textFontName
:
String
)
abstract
fun
setTextFontName
(
@
NonNull
fontName
:
String
)
set
Text
Font
Size
Link copied to clipboard
open
fun
setTextFontSize
(
textFontSize
:
Int
)
abstract
fun
setTextFontSize
(
fontSize
:
Int
)
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)