navigator_invoke_timer_registration_get_target()

Retrieve target key from the timer registration.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API const char* navigator_invoke_timer_registration_get_target(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:

The navigator_invoke_timer_registration_get_target() function retrieves target key from the timer registration request.

Returns:

The target key set through navigator_invoke_timer_registration_set_target().