Create an opaque structure to register a specific time trigger.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_specific_time_create(navigator_invoke_specific_time_t **specific_time)
BlackBerry 10.3.0
A pointer to the navigator_invoke_specific_time_t structure to populate.
This function creates an instance of a navigator_invoke_specific_time_t structure to use for timer registration. Destroy each invocation instance created by this function once it is no longer needed by calling navigator_invoke_specific_time_destroy() to prevent memory leaks.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.