Clears a badge from the application's icon and window frame in the navigator.
#include <bps/navigator.h>
BPS_API int navigator_clear_badge()
BlackBerry 10.0.0
The navigator_clear_badge() function sends a navigator removeBadge request to remove a badge from the application's icon and window frame in the navigator. (see navigator_set_badge())
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.