Set whether badges will be allowed on the window cover.
#include <bps/navigator.h>
BPS_API int navigator_window_cover_attribute_set_allow_badges(navigator_window_cover_attribute_t *attribute,
bool is_allowed)
BlackBerry 10.0.0
The window cover attribute handle.
True if badges are to be allowed. False if no badges are allowed.
Choose whether to allow badges on the window cover.
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the attribute will be unchanged.