Get the request_id of an event.
#include <bps/notification.h>
BPS_API const char* notification_event_get_request_id(bps_event_t *event)
BlackBerry 10.0.0
The event to get the request ID from.
The notification_event_get_request_id() function retrieves the request ID of an event. This is valid for NOTIFICATION_OK and NOTIFICATION_ERROR messages, but not NOTIFICATION_CHOICE messages, since those have Item IDs.
The request ID of the message that this event is a response to, otherwise a NULL value.