#include <INotificationTransport.hpp>
Updates the Notification manager state.
Definition at line 36 of file INotificationTransport.hpp.
virtual kaa::INotificationTransport::~INotificationTransport |
( |
| ) |
|
|
inlinevirtual |
Creates a new empty Notification request.
- Returns
- new empty Notification request.
- See Also
- NotificationSyncRequest
Implemented in kaa::NotificationTransport.
Creates a new Notification request.
- Returns
- new Notification request.
- See Also
- NotificationSyncRequest
Implemented in kaa::NotificationTransport.
virtual void kaa::INotificationTransport::onNotificationResponse |
( |
const NotificationSyncResponse & |
response | ) |
|
|
pure virtual |
Updates the state of the Notification manager according to the given response.
- Parameters
-
response | the response from the server. |
- See Also
- NotificationSyncResponse
Implemented in kaa::NotificationTransport.
The documentation for this class was generated from the following file: