Structs§
- Notification
Client - A client specialized for handling push notifications received over the network, for an app.
- Notification
Item - A notification with its full content.
Enums§
- Error
- An error for the
NotificationClient
. - Notification
Event - The deserialized Event as it was fetched from remote for the
given
event_id
and after decryption (if possible). - Notification
Process Setup - What kind of process setup do we have for this notification client?
- Notification
Status - RawNotification
Event - 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.