navigator_invoke_query_get_action_type()

Get the action type from a query.

Synopsis:

#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)

Since:

BlackBerry 10.0.0

Arguments:

query

A pointer to the navigator_invoke_query_t structure whose action_type member you want to retrieve.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

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).

Returns:

The invocation query target type to query for if one was provided by the sender.