project
androidJvm
purchases
/
com.revenuecat.purchases.customercenter
/
CustomerCenterConfigData
/
Appearance
/
ColorInformation
Color
Information
@
Serializable
data
class
ColorInformation
(
val
accentColor
:
RCColor
?
=
null
,
val
textColor
:
RCColor
?
=
null
,
val
backgroundColor
:
RCColor
?
=
null
,
val
buttonTextColor
:
RCColor
?
=
null
,
val
buttonBackgroundColor
:
RCColor
?
=
null
)
Members
Constructors
Color
Information
Link copied to clipboard
constructor
(
accentColor
:
RCColor
?
=
null
,
textColor
:
RCColor
?
=
null
,
backgroundColor
:
RCColor
?
=
null
,
buttonTextColor
:
RCColor
?
=
null
,
buttonBackgroundColor
:
RCColor
?
=
null
)
Properties
accent
Color
Link copied to clipboard
@
Serializable
(
with
=
PaywallColor.Serializer::class
)
val
accentColor
:
RCColor
?
=
null
background
Color
Link copied to clipboard
@
Serializable
(
with
=
PaywallColor.Serializer::class
)
val
backgroundColor
:
RCColor
?
=
null
button
Background
Color
Link copied to clipboard
@
Serializable
(
with
=
PaywallColor.Serializer::class
)
val
buttonBackgroundColor
:
RCColor
?
=
null
button
Text
Color
Link copied to clipboard
@
Serializable
(
with
=
PaywallColor.Serializer::class
)
val
buttonTextColor
:
RCColor
?
=
null
text
Color
Link copied to clipboard
@
Serializable
(
with
=
PaywallColor.Serializer::class
)
val
textColor
:
RCColor
?
=
null