Set whether to show an activity indicator in a dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_busy(dialog_instance_t dialog,
bool busy)
BlackBerry 10.2.0
The dialog to update.
If true, show the activity indicator; if false, do not show the activity indicator.
The dialog_set_busy() function sets whether to show an activity indicator in the specified dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.