SyncManager

interface SyncManager

Properties

Link copied to clipboard
abstract val isSyncing: Flow<Boolean>

Flow that emits a boolean value indicating whether the sync operation is in progress.

Functions

Link copied to clipboard
abstract fun requestSync()

Starts the sync operation.