toggle menu
stripe-android
androidJvm
switch theme
search in API
3ds2sdk
/
com.stripe.android.stripe3ds2.init.ui
/
BaseCustomization
Base
Customization
abstract
class
BaseCustomization
:
Customization
,
Parcelable
Inheritors
StripeTextBoxCustomization
StripeLabelCustomization
StripeToolbarCustomization
StripeButtonCustomization
Members
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
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
set
Text
Color
Link copied to clipboard
open
fun
setTextColor
(
@
NonNull
textColor
:
String
)
set
Text
Font
Name
Link copied to clipboard
open
fun
setTextFontName
(
@
NonNull
textFontName
:
String
)
set
Text
Font
Size
Link copied to clipboard
open
fun
setTextFontSize
(
textFontSize
:
Int
)
write
To
Parcel
Link copied to clipboard
@
CallSuper
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)