navigator_invoke_timer_registration_action_t

Enumeration values for timer trigger control.

Synopsis:

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

Since:

BlackBerry 10.3.0

Data:

NAVIGATOR_INVOKE_TIMER_ACTION_NOT_SET
Indicates that timer registration action was not set.
NAVIGATOR_INVOKE_TIMER_ACTION_REGISTER
Action to install a new timer trigger or update an existing trigger.
NAVIGATOR_INVOKE_TIMER_ACTION_UNREGISTER
Action to deregister an existing timer trigger.

Library:

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

Description:

Used along with navigator_invoke_timer_registration_t structure to request updates to timer trigger.