Get the context argument of a choice response.
#include <bps/notification.h>
BPS_API const char* notification_event_get_context(bps_event_t *event)
BlackBerry 10.0.0
The event to get the context argument from.
The notification_event_get_context() function retrieves the context argument of a choice response event. The context is present only when event refers to a NOTIFICATION_CHOICE response and the prompt originally contained a context argument. Otherwise, NULL is returned.
The context argument of the choice response, otherwise a NULL value.