Set the window group ID for an application modal dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_group_id(dialog_instance_t dialog,
const char *group_id)
BlackBerry 10.0.0
The dialog to update.
The window group ID to set. If NULL, the dialog is a system modal dialog.
The dialog_set_group_id() function sets the window group ID for an application modal dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.