Gamification Toolbar Clicked Streak Hyperskill Analytic Event
class GamificationToolbarClickedStreakHyperskillAnalyticEvent(screen: GamificationToolbarScreen) : HyperskillAnalyticEvent
Represents a click on the streak navigation bar button item analytic event.
JSON payload:
{
"route": "/home | /study-plan | /leaderboard",
"action": "click",
"part": "head",
"target": "streak"
}
Content copied to clipboard
Parameters
screen
The screen where the event was triggered.
See also
Constructors
Link copied to clipboard
constructor(screen: GamificationToolbarScreen)
Creates a new instance of GamificationToolbarClickedStreakHyperskillAnalyticEvent.
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
.