dialog_update()
Update a dialog.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_update(dialog_instance_t dialog)
Since:
BlackBerry 10.0.0
Arguments:
- dialog
-
The dialog to update.
Library:
libbpsDescription:
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.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.