Get the state of the alert dialog's check box from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API bool dialog_event_get_alert_checkbox_checked(bps_event_t *event)
BlackBerry 10.0.0
The DIALOG_RESPONSE event to get the state of the check box from.
The dialog_event_get_alert_checkbox_checked() function gets the state of the check box when the alert dialog is dismissed by the user such as when the user presses a button on the alert dialog.
true if the check box is checked; false if it is not checked.