Update a dialog.
#include <bps/dialog.h>
BPS_API int dialog_update(dialog_instance_t dialog)
BlackBerry 10.0.0
The dialog to update.
The dialog_update() function updates the specified dialog that is already displayed. Call this function after an attribute is changed to refresh the currently displayed dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.