Set the left side details text of a progress dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_progress_left_details(dialog_instance_t dialog,
const char *text)
BlackBerry 10.0.0
The dialog to update.
The left side details text to display.
The dialog_set_progress_left_details() function sets the text to be displayed on the left side underneath the progress bar of the specified progress dialog. This text is not shown if the progress level is indefinite.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.