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