toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
ThreeDSecure
/
com.braintreepayments.api
/
ThreeDSecureV2ButtonCustomization
Three
DSecure
V2Button
Customization
open
class
ThreeDSecureV2ButtonCustomization
:
ThreeDSecureV2BaseCustomization
,
Parcelable
Button customization options for 3D Secure 2 flows.
Members
Constructors
Three
DSecure
V2Button
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
<
ThreeDSecureV2BaseCustomization
>
val
CREATOR
:
Parcelable.Creator
<
ThreeDSecureV2ButtonCustomization
>
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
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
set
Background
Color
Link copied to clipboard
open
fun
setBackgroundColor
(
@
Nullable
backgroundColor
:
String
)
set
Corner
Radius
Link copied to clipboard
open
fun
setCornerRadius
(
cornerRadius
:
Int
)
set
Text
Color
Link copied to clipboard
open
fun
setTextColor
(
@
Nullable
textColor
:
String
)
set
Text
Font
Name
Link copied to clipboard
open
fun
setTextFontName
(
@
Nullable
textFontName
:
String
)
set
Text
Font
Size
Link copied to clipboard
open
fun
setTextFontSize
(
textFontSize
:
Int
)
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
parcel
:
Parcel
,
i
:
Int
)