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