mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(push): add the missing option clearBadge (#1087)
This commit is contained in:
parent
ff26f2a019
commit
70847d1b2b
@ -275,6 +275,11 @@ export interface AndroidPushOptions {
|
||||
*/
|
||||
vibrate?: boolean | string;
|
||||
|
||||
/**
|
||||
* If true the icon badge will be cleared on init and before push messages are processed.
|
||||
*/
|
||||
clearBadge?: boolean | string;
|
||||
|
||||
/**
|
||||
* If true the app clears all pending notifications when it is closed.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user