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