The possible invocation query action type values.
#include <bps/navigator_invoke.h>
typedef enum {
NAVIGATOR_INVOKE_QUERY_ACTION_TYPE_UNSPECIFIED = 0
NAVIGATOR_INVOKE_QUERY_ACTION_TYPE_MENU = 1
NAVIGATOR_INVOKE_QUERY_ACTION_TYPE_ALL = 2
} navigator_invoke_query_action_type_t;
BlackBerry 10.0.0
This enumeration defines the possible types of actions to query for with the navigator_invoke_query_t structure. This is used by the brokering system to filter for targets that use the given action type.