Skip to content

Commit

Permalink
nit CustomerCenterEventType.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
facumenzella committed Jan 22, 2025
1 parent 7ee4bea commit 7e21f70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ enum class CustomerCenterEventType(val value: String) {
/**
* The customer center was closed by the user.
*/
SURVER_OPTION_CHOSEN("customer_center_survey_option_chosen")
SURVEY_OPTION_CHOSEN("customer_center_survey_option_chosen") // Fixed typo
}

/**
* Display mode for the Customer Center. Meant for RevenueCatUI use.
*/
enum class CustomerCenterDisplayMode {
FULL_SCREEN
}
}

0 comments on commit 7e21f70

Please sign in to comment.