Updated on 2026-08-14
This commit is contained in:
parent
f24a92f859
commit
9b6cb2f235
29 changed files with 195 additions and 119 deletions
|
|
@ -2,9 +2,7 @@ package com.tangem.feature.referral.analytics
|
|||
|
||||
import com.tangem.core.analytics.AnalyticsEvent
|
||||
|
||||
sealed class ReferralEvents(
|
||||
event: String,
|
||||
) : AnalyticsEvent(REFERRAL_PROGRAM_CATEGORY, event) {
|
||||
sealed class ReferralEvents(event: String) : AnalyticsEvent(REFERRAL_PROGRAM_CATEGORY, event) {
|
||||
|
||||
object ReferralScreenOpened : ReferralEvents(event = "Referral Screen Opened")
|
||||
object ClickParticipate : ReferralEvents(event = "Button - Participate")
|
||||
|
|
@ -13,4 +11,4 @@ sealed class ReferralEvents(
|
|||
object ClickTaC : ReferralEvents(event = "Link - TaC")
|
||||
}
|
||||
|
||||
private const val REFERRAL_PROGRAM_CATEGORY = "Referral program"
|
||||
private const val REFERRAL_PROGRAM_CATEGORY = "Referral Program"
|
||||
Loading…
Add table
Add a link
Reference in a new issue