Get the contents of the prompt dialog input field from a DIALOG_RESPONSE event.
#include <bps/dialog.h>
BPS_API const char* dialog_event_get_prompt_input_field(bps_event_t *event)
BlackBerry 10.0.0
The DIALOG_RESPONSE event to get the contents of the prompt dialog input field from.
The dialog_event_get_prompt_input_field() function gets the contents of the input field when the prompt dialog is dismissed by the user such as when the user presses a button on the prompt dialog.
The contents of the input field.