navigator_invoke_timer_trigger_type_t

Enumeration values for the Timer trigger types.

Synopsis:

#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;

Since:

BlackBerry 10.3.0

Data:

NAVIGATOR_INVOKE_TIMER_TRIGGER_UNKNOWN_TYPE
The timer trigger is an unknown type of trigger.
NAVIGATOR_INVOKE_TIMER_TRIGGER_RECURRENT
The timer trigger is recurrent.
NAVIGATOR_INVOKE_TIMER_TRIGGER_SPECIFIC_LOCAL
The timer trigger is for a specific local time.
NAVIGATOR_INVOKE_TIMER_TRIGGER_SPECIFIC_GLOBAL
The timer trigger is for a specific global time.

Library:

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

Description:

These types are used with a navigator_invoke_timer_registration_t structure to specify the timer trigger type.