Feature: Get current badge value
Closed this issue · 2 comments
kristof12345 commented
Hi!
I think it is a common scenario to increase the badge by 1. To this first we need to get the current value of the badge. Is it possible in the current implementation?
Thanks.
marcoscaceres commented
The badge value will always have been set by the web application, so the application itself should always know it's currently set value (i.e., no other application can set this). Also, it might not be possible to read back the currently set value once we set it at the OS level, so this might not be doable.
marcoscaceres commented
Closing as answered.