CamsNotificationManager.h
Go to the documentation of this file.
50 DB_EDGEVIS_SDK OpResult GetNotifications(int64_t startId, CamsGetNotificationsResult & notifications);
66 DB_EDGEVIS_SDK OpResult GetNotificationsForState(int64_t startId, std::vector<ECamsNotificationState> states, CamsGetNotificationsResult & notifications);
81 DB_EDGEVIS_SDK OpResult UpdateCamsNotifications(const std::vector<int64_t> &ids, const ECamsNotificationState old_state, const ECamsNotificationState new_state);
98 DB_EDGEVIS_SDK OpResult BulkUpdateCamsNotifications(const int64_t &start_id, const int64_t &end_id, const ECamsNotificationState old_state, const ECamsNotificationState new_state);
Contains the notifications retrieved in response to querying the Server for existing CAMS notificatio...
Definition: CamsGetNotificationsResult.h:32
DB_EDGEVIS_SDK OpResult GetNotificationsForState(int64_t startId, std::vector< ECamsNotificationState > states, CamsGetNotificationsResult ¬ifications)
Retrieve existing CAMS notifications with the state specified from the Server.
A CamsAttachment object typically contains an image associated with a CamsNotification object...
Definition: CamsAttachment.h:29
DB_EDGEVIS_SDK OpResult GetNotifications(int64_t startId, CamsGetNotificationsResult ¬ifications)
Retrieve existing CAMS notifications from the Server.
DB_EDGEVIS_SDK OpResult UpdateCamsNotifications(const std::vector< int64_t > &ids, const ECamsNotificationState old_state, const ECamsNotificationState new_state)
Change the state of the specified CAMS notifications.
ECamsNotificationState
CAMS notification state types.
Definition: ECamsNotificationState.h:21
DB_EDGEVIS_SDK OpResult BulkUpdateCamsNotifications(const int64_t &start_id, const int64_t &end_id, const ECamsNotificationState old_state, const ECamsNotificationState new_state)
Change the state of the CAMS notifications with IDs in the specified range.
The EdgeVis Decoder SDK namespace.
The CamsNotificationManager facilitates interactions with CAMS notifications stored at the server...
Definition: CamsNotificationManager.h:32