Package-level declarations
Types
Link copied to clipboard
Display mode for the Customer Center. Meant for RevenueCatUI use.
Link copied to clipboard
Types of events that can be tracked in the Customer Center. Meant for RevenueCatUI use.
Link copied to clipboard
class CustomerCenterImpressionEvent(val creationData: CustomerCenterImpressionEvent.CreationData = CreationData(), val data: CustomerCenterImpressionEvent.Data) : FeatureEvent
Type representing a customer center event and associated data. Meant for RevenueCatUI use.
Link copied to clipboard
class CustomerCenterSurveyOptionChosenEvent(val creationData: CustomerCenterSurveyOptionChosenEvent.CreationData = CreationData(), val data: CustomerCenterSurveyOptionChosenEvent.Data) : FeatureEvent
Type representing a customer center event and associated data. Meant for RevenueCatUI use.