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