toggle menu
Stripe Terminal Android SDK (v4.0.0)
switch theme
search in API
external
/
com.stripe.stripeterminal.external.models
/
TapToPayUxConfiguration
/
Color
/
Resource
Resource
data
class
Resource
(
@
ColorRes
val
resId
:
Int
)
:
TapToPayUxConfiguration.Color
A color based on a defined resource.
Parameters
res
Id
The resource ID of the color.
Members
Constructors
Resource
Link copied to clipboard
constructor
(
@
ColorRes
resId
:
Int
)
Properties
res
Id
Link copied to clipboard
val
resId
:
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
)