Get the action type from a query.
#include <bps/navigator_invoke.h>
BPS_API navigator_invoke_query_action_type_t navigator_invoke_query_get_action_type(const navigator_invoke_query_t *query)
BlackBerry 10.0.0
A pointer to the navigator_invoke_query_t structure whose action_type member you want to retrieve.
The navigator_invoke_query_get_action_type() function extracts the action type of a given navigator_invoke_query_t structure. The action_type member is used by the brokering system to identify whether the invocation query should return only menu actions or both brokered and menu actions (see the navigator_invoke_query_set_action_type() function and the navigator_invoke_query_action_type_t enumeration for further details).
The invocation query target type to query for if one was provided by the sender.