Set the title member of message.
#include <bps/notification.h>
BPS_API int notification_message_set_title(notification_message_t *message,
const char *title)
BlackBerry 10.0.0
A pointer to the notification_message_t structure whose title you want to set.
The preferred title of the notification to be displayed.
The notification_message_set_title() function sets the title to be displayed by the notification message. The title member is valid for the notification_alert() and notification_notify() functions.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.