Allow the user to set a "large icon"

Need to actually test this.
This commit is contained in:
Nathan Kerr
2019-07-30 13:01:08 -07:00
parent 8d2ae55da6
commit 8f26b4299c
2 changed files with 7 additions and 0 deletions

View File

@@ -419,6 +419,7 @@ exports._defaults = {
hidden: true,
color: undefined,
icon: 'icon',
largeIcon: undefined,
channelName: 'cordova-plugin-background-mode',
channelDescription: 'cordova-plugin-background-moden notification',
allowClose: false,