Updated on 2026-08-14
This commit is contained in:
parent
2a1369fce6
commit
5a99de87fb
29 changed files with 194 additions and 47 deletions
|
|
@ -52,6 +52,10 @@ sealed class MainScreenAnalyticsEvent(
|
|||
event = "Notice - Limits Info",
|
||||
)
|
||||
|
||||
class ButtonQrScan : MainScreenAnalyticsEvent(
|
||||
event = "Button - QR Scan",
|
||||
)
|
||||
|
||||
class ButtonExplore : MainScreenAnalyticsEvent(
|
||||
event = "Button - Explore",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue