Enumeration values for the Timer trigger types.
#include <bps/navigator_invoke.h>
typedef enum {
NAVIGATOR_INVOKE_TIMER_TRIGGER_UNKNOWN_TYPE = 0
NAVIGATOR_INVOKE_TIMER_TRIGGER_RECURRENT = 1
NAVIGATOR_INVOKE_TIMER_TRIGGER_SPECIFIC_LOCAL = 2
NAVIGATOR_INVOKE_TIMER_TRIGGER_SPECIFIC_GLOBAL = 3
} navigator_invoke_timer_trigger_type_t;
BlackBerry 10.3.0
These types are used with a navigator_invoke_timer_registration_t structure to specify the timer trigger type.