Request a notify notification with members specified in message.
#include <bps/notification.h>
BPS_API int notification_notify(notification_message_t *message)
BlackBerry 10.0.0
The data members of the notification.
The notification_notify() function requests a notify notification message. This notification message supplies the information needed to create various types of notifications.
We recommend that the sender of the notification provide as much data as possible so that the notification may be presented according to the user's settings.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.