Get the source from an invocation.
#include <bps/navigator_invoke.h>
BPS_API const char* navigator_invoke_invocation_get_source(const navigator_invoke_invocation_t *invocation)
BlackBerry 10.0.0
A pointer to the navigator_invoke_invocation_t structure whose source member you want to retrieve.
The navigator_invoke_invocation_get_source() function extracts the source of a given navigator_invoke_invocation_t structure. The source member is used by the invoked handler to direct resopnse messages to the invocator (see the navigator_invoke_invocation_set_source() 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 invocation source if one was provided by the sender, NULL otherwise.