Retrieve request action from BPS event structure.
#include <bps/navigator_invoke.h>
BPS_API navigator_invoke_timer_registration_action_t navigator_invoke_timer_registration_event_get_action(bps_event_t *event)
BlackBerry 10.3.0
The bps_event_t structure to query.
The navigator_invoke_timer_registration_get_action() function retrieves an action from a given BPS event structure.
Use this function to retrieve the action from a service response after firing a request through navigator_invoke_timer_registration_send().
The request is not sent if the action is not specified and there will be no corresponding BPS event in such case.
The action retrieved from the BPS event.