Skip to content

Instantly share code, notes, and snippets.

@dbeattie71
Created January 29, 2016 02:51
Show Gist options
  • Select an option

  • Save dbeattie71/2a5b50312a0ac75dda28 to your computer and use it in GitHub Desktop.

Select an option

Save dbeattie71/2a5b50312a0ac75dda28 to your computer and use it in GitHub Desktop.
NotificationTypes
{
"result": [
{
"type_name": "forum_thread_reply",
"icon": "ic_forum_grey600_18dp",
"text": "Forum Reply",
"subtext": "%user% - %description%",
"type": 8
},
{
"type_name": "forum_thread",
"icon": "ic_receipt_grey600_18dp",
"text": "Forum Thread",
"subtext": "%user% - %description%",
"type": 9
},
{
"type_name": "forum_post_like",
"icon": "ic_thumb_up_grey600_18dp",
"text": "Thread Reply Liked",
"subtext": "%user% - %description%",
"type": 41
},
{
"type_name": "friend_request",
"icon": "",
"text": "Friend Request",
"subtext": "%username% wants to be friends",
"type": 10
},
{
"type_name": "friend_confirmed",
"icon": "",
"text": "Friend confirmed",
"subtext": "You have confirmed %username% as a friend",
"type": 11
},
{
"type_name": "friend_accepted",
"icon": "",
"text": "Friend Request Accepted",
"subtext": "%username% accepted the friend request",
"type": 12
},
{
"type_name": "wall_post",
"icon": "ic_create_grey600_18dp",
"text": "%extra2%",
"subtext": "%user% - %title%",
"type": 3
},
{
"type_name": "friends_wall_posts",
"icon": "ic_create_grey600_18dp",
"text": "%username% Posted",
"subtext": "%user% - %title%",
"type": 6
},
{
"type_name": "wall_reply",
"icon": "ic_forum_grey600_18dp",
"text": "Wall Comment",
"subtext": "%user% - %description%",
"type": 4
},
{
"type_name": "wall_reply_comment",
"icon": "ic_chat_grey600_18dp",
"text": "Comment Reply",
"subtext": "%user% - %description%",
"type": 35
},
{
"type_name": "wall_post_like",
"icon": "ic_thumb_up_grey600_18dp",
"text": "Wall Like",
"subtext": "%users% - %extra3%",
"type": 5
},
{
"type_name": "wall_comment_like",
"icon": "ic_thumb_up_grey600_18dp",
"text": "Liked Comment",
"subtext": "%users% - %extra4%",
"type": 36
},
{
"type_name": "modulecomments_news",
"icon": "ic_chat_grey600_18dp",
"text": "News Comment",
"subtext": "%user% - %description%",
"type": 29
},
{
"type_name": "modulecomments_news_replies",
"icon": "ic_chat_grey600_18dp",
"text": "Comment Reply",
"subtext": "%user% - %description%",
"type": 29
},
{
"type_name": "modulecomments_news_likes",
"icon": "ic_thumb_up_grey600_18dp",
"text": "Comment Like",
"subtext": "%users% - %description%",
"type": 29
},
{
"type_name": "modulecomments_gallery",
"icon": "ic_chat_grey600_18dp",
"text": "Gallery Comment",
"subtext": "%user% - %description%",
"type": 30
},
{
"type_name": "modulecomments_gallery_replies",
"icon": "ic_chat_grey600_18dp",
"text": "Gallery Reply",
"subtext": "%user% - %description%",
"type": 30
},
{
"type_name": "modulecomments_events",
"icon": "ic_chat_grey600_18dp",
"text": "Event Comment",
"subtext": "%description%",
"type": 31
},
{
"type_name": "modulecomments_events_replies",
"icon": "ic_chat_grey600_18dp",
"text": "Event Reply",
"subtext": "%user% - %description%",
"type": 31
},
{
"type_name": "site_registration",
"icon": "ic_account_box_grey600_18dp",
"text": "%username% joined website",
"subtext": "%user% - %description%",
"type": 7
},
{
"type_name": "mention_wall",
"icon": "ic_mention",
"text": "Wall Mention",
"subtext": "%user% - %title%",
"type": 37
},
{
"type_name": "mention_forum",
"icon": "ic_mention",
"text": "Forum Mention",
"subtext": "%user% - %description%",
"type": 38
},
{
"type_name": "mention_wall_comment",
"icon": "",
"text": "Wall Mention",
"subtext": "%user% - %title%",
"type": 39
},
{
"type_name": "mention_news_comment",
"icon": "",
"text": "News Mention",
"subtext": "%user% - %description%",
"type": 40
},
{
"type_name": "app_received",
"icon": "ic_check_circle_grey600_18dp",
"text": "%extra1%",
"subtext": "%user% - %description%\n%extra1%",
"type": 13
},
{
"type_name": "app_received_comment",
"icon": "ic_chat_grey600_18dp",
"text": "App Comment",
"subtext": "%user% - %description%\n%extra1%",
"type": 21
},
{
"type_name": "app_sent",
"icon": "ic_assignment_ind_grey600_18dp",
"text": "Application",
"subtext": "%user% - %extra1%",
"type": 20
},
{
"type_name": "app_sent_comment",
"icon": "ic_forum_grey600_18dp",
"text": "App Reply",
"subtext": "%user% - %description%\n%extra1%",
"type": 16
},
{
"type_name": "inbox",
"icon": "",
"text": "Private Message",
"subtext": "%user% - %title%",
"type": 1
},
{
"type_name": "updates",
"icon": "",
"text": "Community Message",
"subtext": "%user% - %title%",
"type": 2
},
{
"type_name": "reports",
"icon": "",
"text": "Forum Report",
"subtext": "%user% - %title%",
"type": 2
}
],
"id": "371566894",
"jsonrpc": "2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment