forked from Github/cordova-plugin-run-in-background
Merged in Menardi/cordova-plugin-run-in-background/visibility (pull request #1)
Add ability to set Android notification visibility
This commit is contained in:
@@ -424,7 +424,8 @@ exports._defaults = {
|
||||
allowClose: false,
|
||||
closeIcon: 'power',
|
||||
closeTitle: 'Close',
|
||||
showWhen: true
|
||||
showWhen: true,
|
||||
visibility: undefined
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user