navigator_invoke_query_action_type_t

The possible invocation query action type values.

Synopsis:

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

Since:

BlackBerry 10.0.0

Data:

NAVIGATOR_INVOKE_QUERY_ACTION_TYPE_UNSPECIFIED
Indicates that the query action type is unspecified.
NAVIGATOR_INVOKE_QUERY_ACTION_TYPE_MENU
Indicates that the query results are filtered to only include those that support menu actions.

Menu actions have a defined icon and label associated with them.

NAVIGATOR_INVOKE_QUERY_ACTION_TYPE_ALL
Indicates that the query results include all viable targets regardless of their action type(s).

Library:

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

Description:

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.