Add a label to the window cover.
#include <bps/navigator.h>
BPS_API int navigator_window_cover_attribute_add_label(navigator_window_cover_attribute_t *attribute,
const char *text,
navigator_window_cover_label_t **label)
BlackBerry 10.0.0
The window cover attribute handle.
The text for the label.
The window cover label handle.
Add a label to the window cover. This function will set a handle to the newly added label. With the label handle, the user can change various label settings.
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, the attribute will be unchanged, and the label will be invalid.