Set the placeholder text of the confirm password input field.
#include <bps/dialog.h>
BPS_API int dialog_set_password_change_confirm_password_placeholder(dialog_instance_t dialog,
const char *placeholder)
BlackBerry 10.0.0
The dialog to update.
The placeholder text to display in the confirm password input field.
The dialog_set_password_change_confirm_password_placeholder() function sets the text to display when there is no text in the confirm password input field and the field does not have the focus.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.