Set the label for the "Remember me" check box.
#include <bps/dialog.h>
BPS_API int dialog_set_password_change_remember_me_label(dialog_instance_t dialog,
const char *label)
BlackBerry 10.0.0
The dialog to update.
The check box label.
The dialog_set_password_change_remember_me_label() function sets the label for the "Remember me" check box. If this attribute is not set, the check box and label are not displayed.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.