I.setAction('.ACTION') Ī query is made to the DataWedge API by sending a broadcast intent and a reply is received via broadcast intent. Multiple API calls can be sent as extras using a single intent action.Function prototype: Intent i = new Intent()
The action and data of the intent specifies which DataWedge API function to perform. Changes can take place at runtime if supported by the API.
An application accesses the DataWedge API by sending an intent to query or modify a configuration. This section provides guidance on how to use DataWedge Intent APIs to capture, process, and deliver data to an application.