navigator_invoke_timer_registration_get_type()

Retrieve the trigger type from a timer.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API navigator_invoke_timer_trigger_type_t navigator_invoke_timer_registration_get_type(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 trigger type from a navigator_invoke_timer_registration_t structure.

Returns:

The trigger type of the registration timer.