dialog_event_get_password_change_username()

Get the contents of the password change dialog's username field from a DIALOG_RESPONSE event.

Synopsis:

#include <bps/dialog.h>
 
BPS_API const char* dialog_event_get_password_change_username(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The DIALOG_RESPONSE event to get the contents of the username field from.

Library:

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

Description:

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).

Returns:

The contents of the username field.