Get the URI from an invocation.
#include <bps/navigator_invoke.h>
BPS_API const char* navigator_invoke_invocation_get_uri(const navigator_invoke_invocation_t *invocation)
BlackBerry 10.0.0
A pointer to the navigator_invoke_invocation_t structure whose uri member you want to retrieve.
The navigator_invoke_invocation_get_uri() function extracts the URI pointing the data of a given navigator_invoke_invocation_t structure. The uri member is used by the invocation handler to identify the location of the data the invoked handler is to perform an action on (see the navigator_invoke_invocation_set_uri() function for further details). This function doesn't copy members and the returned values are released once the navigator_invoke_invocation_t structure is destroyed with the navigator_invoke_invocation_destroy() function.
The URI pointing to invocation data if one was provided by the sender, NULL otherwise.