ENUM

OnsiteNotificationsCapability

Capabilities that a mobile client has for displaying onsite notifications.

link GraphQL Schema definition

1enum OnsiteNotificationsCapability {
2
3# Mobile destination type Homepage.
4HOMEPAGE
5
6# Mobile destination type ChannelPage.
7CHANNEL_PAGE
8
9# Mobile destination type NotificationSettingsPage.
10NOTIFICATION_SETTINGS_PAGE
11
12# Mobile destination type BroadcasterDashboard.
13BROADCASTER_DASHBOARD
14
15# Mobile destination type BrowseGame.
16BROWSE_GAME
17
18# Mobile destination type ExternalLink.
19EXTERNAL_LINK
20
21# Mobile destination type WebOnly.
22WEB_ONLY
23
24# Mobile destination type WhisperThread.
25WHISPER_THREAD
26
27# Mobile destination type FriendRequest.
28FRIEND_REQUEST
29
30# Pushy notification type hotclip.
31HOT_CLIP
32
33# Pushy notification type hotclipfollower.
34HOT_CLIP_FOLLOWER
35
36# Pushy notification type vodupload.
37VOD_UPLOAD
38
39# Pushy notification type vodcomment.
40VOD_COMMENT
41
42# Pushy notification type vodcommentmod.
43VOD_COMMENT_MOD
44
45# Pushy notification type vodcommentreply.
46VOD_COMMENT_REPLY
47
48# Pushy notification type subgiftreceived.
49SUB_GIFT_RECEIVED
50
51# Pushy notification type dropsavailable.
52DROPS_AVAILABLE
53
54# Pushy notification type communityguidelineschange.
55COMMUNITY_GUIDELINES_CHANGE
56
57# Pushy notification type smartannouncement.
58SMART_ANNOUNCEMENT
59
60# Pushy notification type affiliateinvite.
61AFFILIATE_INVITE
62}