ENUM

DashboardActivityFeedActivityAlertStatus

DashboardActivityFeedActivityAlertStatus are the possible alert statuses that an activity's corresponding alert can have.

link GraphQL Schema definition

1enum DashboardActivityFeedActivityAlertStatus {
2
3# The alert failed to be published.
4FAILED
5
6# The alert was received when the channel was offline.
7OFFLINE
8
9# The alert has been played and will not be seen again.
10PLAYED
11
12# The alert is currently being displayed.
13PLAYING
14
15# The alert is in the alert queue, but yet to be seen.
16QUEUED
17
18# The alert was not queued and will not be displayed.
19REJECTED
20
21# The alert was being displayed, but was skipped by the broadcaster.
22SKIPPED
23
24# The alert was purged from the alert queue by the broadcaster, after being queued
25# originally.
26PURGED
27}

link Required by