dialog_event_get_alert_checkbox_checked()

Get the state of the alert dialog's check box from a DIALOG_RESPONSE event.

Synopsis:

#include <bps/dialog.h>
 
BPS_API bool dialog_event_get_alert_checkbox_checked(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The DIALOG_RESPONSE event to get the state of the check box from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

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.

Returns:

true if the check box is checked; false if it is not checked.