dialog_set_alert_checkbox_label()

Set the label for the check box.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_alert_checkbox_label(dialog_instance_t dialog,
                                            const char *label)

Since:

BlackBerry 10.0.0

Arguments:

dialog

The dialog to update.

label

The check box label.

Library:

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

Description:

The dialog_set_alert_checkbox_label() function sets the label for the check box. If this attribute is not set, the check box is not displayed.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.