project
androidJvm
purchases
/
com.revenuecat.purchases.customercenter
/
CustomerCenterConfigData
/
Appearance
Appearance
@
Serializable
data
class
Appearance
(
val
light
:
CustomerCenterConfigData.Appearance.ColorInformation
?
=
null
,
val
dark
:
CustomerCenterConfigData.Appearance.ColorInformation
?
=
null
)
Members
Constructors
Appearance
Link copied to clipboard
constructor
(
light
:
CustomerCenterConfigData.Appearance.ColorInformation
?
=
null
,
dark
:
CustomerCenterConfigData.Appearance.ColorInformation
?
=
null
)
Types
Color
Information
Link copied to clipboard
@
Serializable
data
class
ColorInformation
(
val
accentColor
:
RCColor
?
=
null
,
val
textColor
:
RCColor
?
=
null
,
val
backgroundColor
:
RCColor
?
=
null
,
val
buttonTextColor
:
RCColor
?
=
null
,
val
buttonBackgroundColor
:
RCColor
?
=
null
)
Properties
dark
Link copied to clipboard
val
dark
:
CustomerCenterConfigData.Appearance.ColorInformation
?
=
null
light
Link copied to clipboard
val
light
:
CustomerCenterConfigData.Appearance.ColorInformation
?
=
null