project
androidJvm
purchases
/
com.revenuecat.purchases.customercenter
/
CustomerCenterConfigData
/
HelpPath
/
PathDetail
Path
Detail
@
Serializable
sealed
class
PathDetail
Inheritors
PromotionalOffer
FeedbackSurvey
Members
Types
Feedback
Survey
Link copied to clipboard
@
Serializable
data
class
FeedbackSurvey
(
val
title
:
String
,
val
options
:
List
<
CustomerCenterConfigData.HelpPath.PathDetail.FeedbackSurvey.Option
>
)
:
CustomerCenterConfigData.HelpPath.PathDetail
Promotional
Offer
Link copied to clipboard
@
Serializable
data
class
PromotionalOffer
(
val
androidOfferId
:
String
,
val
eligible
:
Boolean
,
val
title
:
String
,
val
subtitle
:
String
)
:
CustomerCenterConfigData.HelpPath.PathDetail