...
{
"actiontype": "non-display",
"notificationtype": "enable-feature/disable-feature",
"notificationid": "1235",
"expiry": "34646millis",
"data": "free form string data"
}
Code Block | ||
---|---|---|
| ||
{ "notificationtype": "", // general -1 / festive - 2 / downtime - 31 / others - 42 "notificationid": "", // integer number "timeepoch": "", // 2016-08-29T02:40:33+0530 format "expiry": "", // 600 in minutes "cancellable": 0/1, // 1- true / 0 - false "channel": "", // channel-id "poster": "", // Image URL for display "actiondata": "", // Only for non-display action type "translations": { "en":{ "title": "Welcome to Sunbird!", "msg": "Congratulations on downloading Sunbird, every child's best friend in their learning journey." }, "hi":{ "title": "Welcome to Sunbird!", "msg": "Congratulations on downloading Sunbird, every child's best friend in their learning journey." } } } |
https://projects.invisionapp.com/share/7BO6N68STCM#/screens/321764335
...