Get the contents of the login dialog's username field from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API const char* dialog_event_get_login_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_login_username() function gets the contents of the username 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 username field.