...
{
"actiontype": "non-display",
"notificationtype": "enable-feature/disable-feature",
"notificationid": "1235",
"expiry": "34646millis",
"data": "free form string data"
}
Code Block |
---|
{
"action": "", // display - 1 / non-display - 2
"notificationtype": "", // general -1 / festive - 2 / downtime - 3 / others - 4
"notificationid": "", // integer number
"time": "", // 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."
}
}
} |
Anil Gupta Swayangjit Parida Mathew Pallan
...