dialog_event_get_prompt_input_field()

Get the contents of the prompt dialog input field from a DIALOG_RESPONSE event.

Synopsis:

#include <bps/dialog.h>
 
BPS_API const char* dialog_event_get_prompt_input_field(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The DIALOG_RESPONSE event to get the contents of the prompt dialog input field from.

Library:

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

Description:

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.

Returns:

The contents of the input field.