NoteUploadStatusChanged

data class NoteUploadStatusChanged(val noteUid: String, val uploadStatus: ZyncUploadStatus) : NoteChangeEvent

Event triggered when a note's upload status changes. Contains the complete upload information including status, progress, and error details. Clients can check pendingUpload.status to determine the current state.

Constructors

Link copied to clipboard
constructor(noteUid: String, uploadStatus: ZyncUploadStatus)

Properties

Link copied to clipboard
Link copied to clipboard