Functions in navigator_invoke.h
Functions that are available for invoking other applications.
Related links
- navigator_invoke.h
Functions and structures to create, configure, and send application or card invocations and queries.
- Data types in navigator_invoke.h
Data structures, typedefs, and enumerations that are available for invoking other applications.
- navigator_invoke_close_viewer()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_event_get_dname()
Get the dname of an invocation source application from the BPS event.
- navigator_invoke_event_get_filter()
Get the filter of the get target filters invocation result.
- navigator_invoke_event_get_filters_count()
Get the filters count of the get target filters invocation result.
- navigator_invoke_event_get_filters_target()
Get the target of the get target filters invocation result.
- navigator_invoke_event_get_group_id()
Get the group ID of an invocation source application from the BPS event.
- navigator_invoke_event_get_invocation()
Retrieve the invocation structure pointer from the BPS event.
- navigator_invoke_event_get_query_result_action()
Get an action from an invocation query result.
- navigator_invoke_event_get_query_result_action_count()
Get the number of action values in an invocation query result.
- navigator_invoke_event_get_target()
Get the key of an invoked target from the BPS event.
- navigator_invoke_event_get_target_type()
Get the type of an invoked target from the BPS event.
- navigator_invoke_event_get_viewer()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_event_get_viewer_relay_data()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_event_get_viewer_relay_message_name()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_event_get_viewer_relay_window_id()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_event_get_window_id()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_get_filters()
Sends the get target filters invocation request to the invocation framework.
- navigator_invoke_invocation_create()
Create an invocation structure and allocate all necessary memory.
- navigator_invoke_invocation_destroy()
Deallocate the memory used by an invocation structure.
- navigator_invoke_invocation_get_action()
Get the action from an invocation.
- navigator_invoke_invocation_get_data()
Get the data from an invocation.
- navigator_invoke_invocation_get_data_length()
Get the data length from an invocation.
- navigator_invoke_invocation_get_file_transfer_mode()
Get the file transfer mode of an invocation.
- navigator_invoke_invocation_get_id()
Get the ID from an invocation.
- navigator_invoke_invocation_get_metadata()
Get the metadata with which the application should be invoked.
- navigator_invoke_invocation_get_perimeter()
Get the perimeter from an invocation.
- navigator_invoke_invocation_get_source()
Get the source from an invocation.
- navigator_invoke_invocation_get_target()
Get the target from an invocation.
- navigator_invoke_invocation_get_target_type_mask()
Get the target type mask from an invocation.
- navigator_invoke_invocation_get_type()
Get the type from an invocation.
- navigator_invoke_invocation_get_uri()
Get the URI from an invocation.
- navigator_invoke_invocation_send()
Request an invocation to a target.
- navigator_invoke_invocation_set_action()
Set the action of an invocation.
- navigator_invoke_invocation_set_data()
Set the arbitrary data of an invocation.
- navigator_invoke_invocation_set_file_transfer_mode()
Set the file transfer mode of an invocation.
- navigator_invoke_invocation_set_id()
Set the ID of an invocation.
- navigator_invoke_invocation_set_metadata()
Set the metadata with which the application should be invoked.
- navigator_invoke_invocation_set_perimeter()
Set the perimeter of an invocation.
- navigator_invoke_invocation_set_source()
Set the source of an invocation.
- navigator_invoke_invocation_set_target()
Set the target of an invocation.
- navigator_invoke_invocation_set_target_type_mask()
Set the target type mask of an invocation.
- navigator_invoke_invocation_set_type()
Set the type of an invocation.
- navigator_invoke_invocation_set_uri()
Set the URI of an invocation.
- navigator_invoke_local_path_to_uri()
Convert an absolute file path to a percent-encoded file URI.
- navigator_invoke_query_create()
Create an invoke query structure and allocate all necessary memory.
- navigator_invoke_query_destroy()
Deallocate the memory used by an invoke query structure.
- navigator_invoke_query_get_action()
Get the action from a query.
- navigator_invoke_query_get_action_type()
Get the action type from a query.
- navigator_invoke_query_get_file_uri()
Get the URI from a query.
- navigator_invoke_query_get_id()
Get the ID from a query.
- navigator_invoke_query_get_perimeter()
Get the perimeter from a query.
- navigator_invoke_query_get_target_type_mask()
Get the target type mask from a query.
- navigator_invoke_query_get_type()
Get the type from a query.
- navigator_invoke_query_result_action_get_default_target()
Get the default target of an action from an invocation query result.
- navigator_invoke_query_result_action_get_icon()
Get the icon of an action from an invocation query result.
- navigator_invoke_query_result_action_get_label()
Get the label of an action from an invocation query result.
- navigator_invoke_query_result_action_get_name()
Get the name of an action from an invocation query result.
- navigator_invoke_query_result_action_get_target()
Get a target from an action.
- navigator_invoke_query_result_action_get_target_count()
Get the number of target values in an action.
- navigator_invoke_query_result_target_get_icon()
Get the icon of an target for an action.
- navigator_invoke_query_result_target_get_key()
Get the key of a target for an action.
- navigator_invoke_query_result_target_get_label()
Get the label of a target for an action.
- navigator_invoke_query_result_target_get_perimeter()
Get the perimeter of a target for an action.
- navigator_invoke_query_result_target_get_splash()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_query_result_target_get_type()
Get the type of a target for an action.
- navigator_invoke_query_send()
Send a query request to the invocation framework.
- navigator_invoke_query_set_action()
Set the action of a query.
- navigator_invoke_query_set_action_type()
Set the action type of a query.
- navigator_invoke_query_set_file_uri()
Set the URI of a query.
- navigator_invoke_query_set_id()
Set the ID of a query.
- navigator_invoke_query_set_perimeter()
Set the perimeter of a query.
- navigator_invoke_query_set_target_type_mask()
Set the target type mask of a query.
- navigator_invoke_query_set_type()
Set the type of a query.
- navigator_invoke_set_filters()
Sends the set target filters request to the invocation framework.
- navigator_invoke_uri_to_local_path()
Convert a percent-encoded file URI to a file path.
- navigator_invoke_viewer_create()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_destroy()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_get_height()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_get_invocation()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_get_width()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_get_window_id()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_relay()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_send()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_set_height()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_set_width()
The use of viewers has been deprecated - please use applications or cards as invocation targets.
- navigator_invoke_viewer_set_window_id()
The use of viewers has been deprecated - please use applications or cards as invocation targets.