navigator_window_cover_label_set_text()

Set the label text.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_window_cover_label_set_text(navigator_window_cover_label_t *label,
                                                  const char *text)

Since:

BlackBerry 10.0.0

Arguments:

label

The window cover label handle.

text

The window cover text to use.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

Changes the text for the label.

Returns:

On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the label will remain unchanged.