Get the contents of the password change dialog's username field from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API const char* dialog_event_get_password_change_username(bps_event_t *event)
BlackBerry 10.0.0
The DIALOG_RESPONSE event to get the contents of the username field from.
The dialog_event_get_password_change_username() function gets the contents of the username field when the password change dialog is dismissed by the user (for example, when the user presses a button on the password change dialog).
The contents of the username field.