dialog_set_password_change_new_password()

Set the initial text of the new password input field.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_password_change_new_password(dialog_instance_t dialog,
                                                    const char *text)

Since:

BlackBerry 10.0.0

Arguments:

dialog

The dialog to update.

text

The text to display.

Library:

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

Description:

The dialog_set_password_change_new_password() function sets the initial text of the new password input field.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.