Display a dialog.
#include <bps/dialog.h>
BPS_API int dialog_show(dialog_instance_t dialog)
BlackBerry 10.0.0
The dialog to display.
The dialog_show() function displays the specified dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.