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