Streak Freeze Clicked Modal Action Button Hyperskill Analytic Event
class StreakFreezeClickedModalActionButtonHyperskillAnalyticEvent(modalAction: StreakFreezeModalAnalyticAction, streakFreezeState: StreakFreezeAnalyticState) : HyperskillAnalyticEvent
Represents click on the action button in the streak freeze modal analytic event.
JSON payload:
{
"route": "/profile",
"action": "click",
"part": "streak_freeze_modal",
"target": "get_it / continue_learning"
"context":
{
"state": "can_buy / already_have / not_enough_gems"
}
}
Content copied to clipboard
See also
Constructors
Link copied to clipboard
constructor(modalAction: StreakFreezeModalAnalyticAction, streakFreezeState: StreakFreezeAnalyticState)
Properties
Link copied to clipboard
Event action, for example: click
, view
.
Link copied to clipboard
Event part where action occurred, for example: main
, step_hints
.
Link copied to clipboard
Event route path, for example: /home
, /onboarding
.
Link copied to clipboard
Link copied to clipboard
Target that triggered event, for example: send
, refresh
.