This API service lets you manage the different functionalities in a page.
Methods
fetchExternalData(forIds:pageInfo:completionHandler:)This fetches fetches the data for the components in the page.
executeFunction(forAction:pageInfo:completionHandler:)This fetches the data for the components in the page.
downloadImage(forUrlString:pageInfo:completionHandler:)This fetches the image corresponding to the given URL.
downloadImage(forFileName:pageInfo:completionHandler:)This fetches the image corresponding to the given file name.
fetchNotificationInfoFetches the meta data of the record (ID, report link name, and application link name) from the notification.
Parameters
| pageInfo | An object which holds page Info. |
|---|---|
| completionHandler | The Page object will be returned to the completionHandler |
Parameters
| Ids | The ID for one or more components for which the data are to be fetched. |
|---|---|
| pageInfo | An object which holds page Info. |
| completionHandler | String dictionary of values corresponding to the IDs will be returned to the completionHandler |
Parameters
| pageAction | The action model containing the identifer of the function which has to be executed |
|---|---|
| pageInfo | An object which holds page Info. |
| completionHandler | The ExecuteFunctionResult will be returned to the completionHandler |
Parameters
| urlString | URL String of image that is to be downloaded |
|---|---|
| pageInfo | An object which holds page Info. |
| completionHandler | The image data will be returned to the completion handler. |
Parameters
| fileName | The file name of the image which is to be downloaded |
|---|---|
| pageInfo | An object which holds page Info. |
| completionHandler | The image data will be returned to the completion handler. |