Created
October 22, 2014 11:04
-
-
Save dwburns/7c00d85502700d3a3f8a to your computer and use it in GitHub Desktop.
Notable Control File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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