Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
"actiontype": "non-display",
"notificationtype": "enable-feature/disable-feature",
"notificationid": "1235",
"expiry": "34646millis",
"data": "free form string data"
}


{ "action": "", // display - 1 / non-display - 2
Code Block
languagejava
{
"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 

...