Set the timer ID of a timer registration request.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_timer_registration_set_timer_id(navigator_invoke_timer_registration_t *reg,
const char *id)
BlackBerry 10.3.0
The navigator_invoke_timer_registration_t structure to modify.
The timer ID to assign to the timer.
This function sets the timer ID of a navigator_invoke_timer_registration_t. A timer is required to have a timer ID attribute. The timer ID can be used to identify and deregister the timer.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.