Retrieve the interval from a navigator_invoke_recurrence_rule_t.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_recurrence_rule_get_interval(const navigator_invoke_recurrence_rule_t *recurrence_rule)
BlackBerry 10.3.1
The navigator_invoke_recurrence_rule_t structure to query.
This function retrieves the interval from the given navigator_invoke_recurrence_rule_t.
The interval upon success, BPS_FAILURE with errno set otherwise.