Create a notification message structure and allocate all necessary memory.
#include <bps/notification.h>
BPS_API int notification_message_create(notification_message_t **message)
BlackBerry 10.0.0
The notification_message_t structure to populate.
The notification_message_create() function creates a notification_message_t structure called message to be used by the notification system.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.