navigator_invoke_query_result_action_t

The opaque query result action argument type.

Synopsis:

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

Library:

libbps

Description:

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

The navigator_invoke_query_result_action_t structure is returned by an invocation query. Extract values from this structure using the navigator_invoke_query_result_action_get_*() functions.