navigator_invoke_recurrence_rule_get_interval()

Retrieve the interval from a navigator_invoke_recurrence_rule_t.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_recurrence_rule_get_interval(const navigator_invoke_recurrence_rule_t *recurrence_rule)

Since:

BlackBerry 10.3.1

Arguments:

recurrence_rule

The navigator_invoke_recurrence_rule_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 interval from the given navigator_invoke_recurrence_rule_t.

Returns:

The interval upon success, BPS_FAILURE with errno set otherwise.