dialog_event_get_password_change_new_password()

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

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

event

The DIALOG_RESPONSE event to get the contents of the new password 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_new_password() function gets the contents of the new password 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 new password field.