Sync
object Sync
Functions
Link copied to clipboard
Gets the timestamp of the last sync job.
Link copied to clipboard
inline fun <W : FhirSyncWorker> oneTimeSync(context: Context, retryConfiguration: RetryConfiguration? = defaultRetryConfiguration): Flow<CurrentSyncJobStatus>
Starts a one time sync job based on FhirSyncWorker.
Link copied to clipboard
@ExperimentalCoroutinesApi
Starts a periodic sync job based on FhirSyncWorker.