navigator_invoke_timer_registration_event_get_action()

Retrieve request action from BPS event structure.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API navigator_invoke_timer_registration_action_t navigator_invoke_timer_registration_event_get_action(bps_event_t *event)

Since:

BlackBerry 10.3.0

Arguments:

event

The bps_event_t structure to query.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

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.

Returns:

The action retrieved from the BPS event.