Set the initial text of the password input field.
#include <bps/dialog.h>
BPS_API int dialog_set_login_password(dialog_instance_t dialog,
const char *text)
BlackBerry 10.0.0
The dialog to update.
The text to display.
The dialog_set_login_password() function sets the initial text of the password input field.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.