ZyncDownloadStatus

sealed class ZyncDownloadStatus

Represents the high-level status of archive downloads within the SDK.

This is intentionally lightweight so that public APIs can expose download progress without leaking internal implementation details. Consumers can render UI directly from these states (e.g., show retry button for NetworkError, show spinner for Pending/Downloading, etc.).

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data object Idle : ZyncDownloadStatus
Link copied to clipboard
Link copied to clipboard