Photo Feed Change Event
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
Attachments were deleted during delta sync.
Link copied to clipboard
data class AttachmentUploadStatusChanged(val pendingUpload: ZyncPendingUpload) : PhotoFeedChangeEvent
Event triggered when an attachment's upload status changes. Contains the complete upload information including status, progress, and error details.