dialog_set_prompt_message_text()

Set a prompt dialog's message text.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_prompt_message_text(dialog_instance_t dialog,
                                           const char *text)

Since:

BlackBerry 10.0.0

Arguments:

dialog

The dialog to update.

text

The message text to display.

Library:

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

Description:

The dialog_set_prompt_message_text() function sets the message text of the specified prompt dialog.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.