PhotoFeedChangeEvent

Events emitted during photo feed observation. Clients can observe these events to reactively update their UI.

Inheritors

Types

Link copied to clipboard

Attachments were created or updated during delta sync.

Link copied to clipboard
data class AttachmentsDeleted(val attachmentUids: List<String>) : PhotoFeedChangeEvent

Attachments were deleted during delta sync.

Link copied to clipboard

Event triggered when an attachment's upload status changes. Contains the complete upload information including status, progress, and error details.