Enumeration values for timer trigger control.
#include <bps/navigator_invoke.h>
typedef enum {
NAVIGATOR_INVOKE_TIMER_ACTION_NOT_SET = 0
NAVIGATOR_INVOKE_TIMER_ACTION_REGISTER = 1
NAVIGATOR_INVOKE_TIMER_ACTION_UNREGISTER = 2
} navigator_invoke_timer_registration_action_t;
BlackBerry 10.3.0
Used along with navigator_invoke_timer_registration_t structure to request updates to timer trigger.