Set the title text for a dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_title_text(dialog_instance_t dialog,
const char *text)
BlackBerry 10.0.0
The dialog to update.
The text to display as the dialog title.
The dialog_set_title_text() function sets the text to display as the title of the specified dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.