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