Get the type from a query.
#include <bps/navigator_invoke.h>
BPS_API const char* navigator_invoke_query_get_type(const navigator_invoke_query_t *query)
BlackBerry 10.0.0
A pointer to the navigator_invoke_query_t structure whose type member you want to retrieve.
The navigator_invoke_query_get_type() function extracts the MIME type of a given navigator_invoke_query_t structure. The type member is used by the brokering system to identify what MIME type the invocation query results must be able to perform an action on (see the navigator_invoke_query_set_type() function for further details). This function doesn't copy members and the returned values are released once the navigator_invoke_query_t structure is destroyed with the navigator_invoke_query_destroy() function.
The MIME type to query for if one was provided by the sender, NULL otherwise.