Namespace PrivMX.Endpoint.Inbox.Models
Classes
- FilesConfig
Represents the file configuration for creating a new entry in the Inbox.
- Inbox
Represents an Inbox.
- InboxCreatedEvent
Represents the event of type "inboxCreated".
This event is emitted when Inbox events are subscribed and a new Inbox is created.
- InboxDeletedEvent
Represents the event of type "inboxDeleted".
This event is emitted when Inbox events are subscribed and a Inbox is deleted.
- InboxDeletedEventData
Represents payload of the InboxDeletedEvent.
- InboxEntry
Reprezents an entry in the Inbox.
- InboxEntryCreatedEvent
Represents the event of type "inboxEntryCreated".
This event is emitted when Inbox entry events are subscribed and a new entry is created.
- InboxEntryDeletedEvent
Represents the event of type "inboxEntryDeleted".
This event is emitted when Inbox entry events are subscribed and an entry is deleted.
- InboxEntryDeletedEventData
Represents payload of the InboxEntryDeletedEvent.
- InboxPublicView
Represents public data of a Inbox.
- InboxUpdatedEvent
Represents the event of type "inboxUpdated".
This event is emitted when Inbox events are subscribed and a Inbox is updated.