navigator_invoke_timer_registration_get_timer_id()

Retrieve the timer ID from a timer.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API const char* navigator_invoke_timer_registration_get_timer_id(const navigator_invoke_timer_registration_t *reg)

Since:

BlackBerry 10.3.0

Arguments:

reg

The navigator_invoke_timer_registration_t structure to query.

Library:

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

Description:

This function retrieves the timer ID from a navigator_invoke_timer_registration_t object.

Returns:

The registration timer ID if one was set, NULL otherwise.