Merged in Menardi/cordova-plugin-run-in-background/visibility (pull request #1)

Add ability to set Android notification visibility
This commit is contained in:
Menardi
2019-08-20 15:40:21 +00:00
committed by Nathan Kerr
parent a3063aed68
commit 0da2006f7c
3 changed files with 27 additions and 3 deletions

View File

@@ -424,7 +424,8 @@ exports._defaults = {
allowClose: false,
closeIcon: 'power',
closeTitle: 'Close',
showWhen: true
showWhen: true,
visibility: undefined
};
/**