Module notification_client

Source

Structs§

NotificationClient
A client specialized for handling push notifications received over the network, for an app.
NotificationItem
A notification with its full content.

Enums§

Error
An error for the NotificationClient.
NotificationEvent
The deserialized Event as it was fetched from remote for the given event_id and after decryption (if possible).
NotificationProcessSetup
What kind of process setup do we have for this notification client?
NotificationStatus
RawNotificationEvent
The Notification event as it was fetched from remote for the given event_id, represented as Raw but decrypted, thus only whether it is an invite or regular Timeline event has been determined.