Set the message text of an alert dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_alert_message_text(dialog_instance_t dialog,
const char *text)
BlackBerry 10.0.0
The dialog to update.
The message text to display.
The dialog_set_alert_message_text() function sets the message text of the specified alert dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.