diff --git a/src/plugins/push.ts b/src/plugins/push.ts index ae1c24507d..c8e8d144a7 100644 --- a/src/plugins/push.ts +++ b/src/plugins/push.ts @@ -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. */