Skip to content

Instantly share code, notes, and snippets.

@dwburns
Created October 22, 2014 11:04
Show Gist options
  • Save dwburns/7c00d85502700d3a3f8a to your computer and use it in GitHub Desktop.
Save dwburns/7c00d85502700d3a3f8a to your computer and use it in GitHub Desktop.
Notable Control File
{
"notification1": {
"notification": {
"view": "smallBanner",
"animateFrom": "top"
},
"conditions": {
"any": {
"neverDisplayed": true,
"lastDisplayedMinimumSeconds": 86400,
"lastDisplayedMinimumLaunches": 30
},
"all": {
"onWifi": true
}
},
"views": {
"smallBanner": {
"file": "http://s3.amazonaws.com/myapp/banner1.htm",
"height": 120
},
"fullScreen": {
"file": "http://s3.amazonaws.com/myapp/fullScreen.htm"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment