project
androidJvm
purchases
/
com.revenuecat.purchases.customercenter
/
CustomerCenterConfigData
/
Screen
Screen
@
Serializable
data
class
Screen
(
val
type
:
CustomerCenterConfigData.Screen.ScreenType
,
val
title
:
String
,
val
subtitle
:
String
?
=
null
,
val
paths
:
List
<
CustomerCenterConfigData.HelpPath
>
)
Members
Constructors
Screen
Link copied to clipboard
constructor
(
type
:
CustomerCenterConfigData.Screen.ScreenType
,
title
:
String
,
subtitle
:
String
?
=
null
,
paths
:
List
<
CustomerCenterConfigData.HelpPath
>
)
Types
Screen
Type
Link copied to clipboard
@
Serializable
enum
ScreenType
:
Enum
<
CustomerCenterConfigData.Screen.ScreenType
>
Properties
paths
Link copied to clipboard
@
Serializable
(
with
=
HelpPathsSerializer::class
)
val
paths
:
List
<
CustomerCenterConfigData.HelpPath
>
subtitle
Link copied to clipboard
@
Serializable
(
with
=
EmptyStringToNullSerializer::class
)
val
subtitle
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
CustomerCenterConfigData.Screen.ScreenType