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;
|
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.
|
* If true the app clears all pending notifications when it is closed.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user