navigator_invoke_query_result_target_t

The opaque query result target argument type.

Synopsis:

#include <bps/navigator_invoke.h>
 
typedef struct navigator_invoke_query_result_target_t navigator_invoke_query_result_target_t;

Since:

BlackBerry 10.0.0

Library:

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

Description:

This type defines the navigator_invoke_query_result_target_t structure used by several functions in the invocation framework. Use this to retrieve targets returned from invocation query results, and contained within navigator_invoke_query_result_action_t structures. The navigator_invoke_query_result_target_t structure is opaque, but includes the following members:

The navigator_invoke_query_result_target_t structures are contained within navigator_invoke_query_result_action_t structures that are returned by an invocation query. Extract values from this structure using the navigator_invoke_query_result_target_get_*() functions.