CustomerCenterSurveyOptionChosenEvent

Type representing a customer center event and associated data. Meant for RevenueCatUI use.

Constructors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class CreationData(val id: UUID = UUID.randomUUID(), val date: Date = Date())
Link copied to clipboard
class Data(val timestamp: Date, val darkMode: Boolean, val locale: String, val version: Int = 1, val revisionID: Int = 1, val displayMode: CustomerCenterDisplayMode = CustomerCenterDisplayMode.FULL_SCREEN, val path: CustomerCenterConfigData.HelpPath.PathType, val url: String?, val surveyOptionID: String, val additionalContext: String? = null)