toggle menu
Stripe Terminal Android SDK (v4.0.0)
switch theme
search in API
external
/
com.stripe.stripeterminal.external.models
/
TapToPayUxConfiguration
/
Color
/
Value
Value
data
class
Value
(
@
ColorInt
val
color
:
Int
)
:
TapToPayUxConfiguration.Color
A color based on a packed color int.
Parameters
color
The color value in the form 0xAARRGGBB.
Members
Constructors
Value
Link copied to clipboard
constructor
(
@
ColorInt
color
:
Int
)
Properties
color
Link copied to clipboard
val
color
:
Int
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
)