dialog_set_progress_toast_details()

Set the details text of a progress toast dialog.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_progress_toast_details(dialog_instance_t dialog,
                                              const char *text)

Since:

BlackBerry 10.0.0

Arguments:

dialog

The dialog to update.

text

The details text to display.

Library:

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

Description:

The dialog_set_progress_toast_details() function sets the text to be displayed on the right side underneath the progress bar of the specified progress toast dialog.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.