fix(push): add the missing option clearBadge (#1087)

This commit is contained in:
3dd13 2017-02-19 06:14:57 +08:00 committed by Ibby Hadeed
parent ff26f2a019
commit 70847d1b2b

View File

@ -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.
*/