This service lets you fetch the list of applications and sections along with its components.
Parameters
| application | An object which holds Application Info. |
|---|---|
| completionHandler | The application list will be returned to the completionHandler. |
Parameters
|
appContext |
This is mandatory and it holds application info. If not passed, then the API will not work. To get this appContext, use the fetchAppContext method in ZCAPIService.
|
| notificationID | Contains the unique ID of a notification. |
|---|---|
| category | Contains the notification category. |
|
completionHandler |
The ZCNotificationRedirection will be returned to the completionHandler.
|
Parameters
|
appContext |
This is mandatory and it holds application info. If not passed, then the API will not work. To get this appContext, use the fetchAppContext method in ZCAPIService. |
| lastNotificationID | Will fetch notifications that have been sent after this notification ID. If 'nil', then all notifications will be fetched. |
|---|---|
| filteredUnread | If true, it will fetch only unread notifications else it will fetch all the notifications. |
|
filteredApp |
nil |
|
completionHandler |
The ZCNotificationList will be returned to the completionHandler.
|
Parameters
| application | An object which holds Application Info. |
|---|---|
| completionHandler | AppContext will be returned to the completionHandler. |
Parameters
| application | An object which holds Application Info. |
|---|---|
| completionHandler | ThemeInfo will be returned to the completionHandler. |