Survey Response
data class SurveyResponse(val survey: Survey, val selectedOption: SurveyOption, val customResponse: String?, val paywallInfo: PaywallInfo) : SuperwallEvent(source)
Constructors
Link copied to clipboard
constructor(survey: Survey, selectedOption: SurveyOption, customResponse: String?, paywallInfo: PaywallInfo)