Return the category of the response.
#include <bps/notification.h>
BPS_API int notification_event_get_response(bps_event_t *event)
BlackBerry 10.0.0
The event to get the response from.
The notification_event_get_response() function defines what sort of response message the event contains. See the definition for notification_response_t for details.
A number corresponding to an entry in the notification_response_t enumeration, or BPS_FAILURE if there's no event response set.