Set the label text.
#include <bps/navigator.h>
BPS_API int navigator_window_cover_label_set_text(navigator_window_cover_label_t *label,
const char *text)
BlackBerry 10.0.0
The window cover label handle.
The window cover text to use.
Changes the text for the label.
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the label will remain unchanged.