Get the item_id of the notification message structure that the response refers to.
#include <bps/notification.h>
BPS_API const char* notification_event_get_item_id(bps_event_t *event)
BlackBerry 10.0.0
The event to get the item ID from.
The notification_event_get_item_id() function retrieves the item ID of a notification_message_t structure referred to by a response event. The response is present only for NOTIFICATION_CHOICE response events that refer to a previous message which had an item ID. Otherwise, NULL is returned.
The item ID, otherwise a NULL value.