Notification Daily Study Reminder Clicked Hyperskill Analytic Event
class NotificationDailyStudyReminderClickedHyperskillAnalyticEvent(notificationId: Int) : HyperskillAnalyticEvent
Represents click on the local daily study notification analytic event.
When the user interacts with local notifications through the notification center or pop-up.
JSON payload:
{
"route": "None",
"action": "click",
"part": "notification",
"target": "daily_notification",
"context":
{
"key": 10
}
}
Content copied to clipboard
See also
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
.