Get the state of the password change dialog's "Remember me" check box from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API bool dialog_event_get_password_change_remember_me(bps_event_t *event)
BlackBerry 10.0.0
The DIALOG_RESPONSE event to get the state of the "Remember me" check box from.
The dialog_event_get_password_change_remember_me() function gets the state of the "Remember me" check box when the password change dialog is dismissed by the user (for example, when the user presses a button on the password change dialog).
true if the "Remember me" check box is checked, false if the "Remember me" check box is not checked.