Zync Data Manager
class ZyncDataManager
Interface for monitoring data synchronization operations in the Zync SDK.
Provides visibility into upload operations with reactive streams for building responsive UIs. Monitor sync progress globally or for specific modules (Jobs, Notes, Attachments) with real-time updates.
Properties
Link copied to clipboard
Observe archive download status changes.
Link copied to clipboard
Observable flow of global upload state across all modules.
Link copied to clipboard
Observable flow of the last delta sync timestamp for User archive.
Link copied to clipboard
Observable flow of individual operation updates for real-time UI feedback.
Functions
Link copied to clipboard
suspend fun getModulePendingUploads(module: ZuperModule, moduleUid: String): List<ZyncPendingUpload>
Get pending upload operations for a specific module.
Link copied to clipboard
Get reactive upload state for a specific module.
Link copied to clipboard
Get detailed information about all pending upload operations.
Link copied to clipboard
Check if there are any pending upload operations.