Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the mode in which local changes should be fetched.

Link copied to clipboard
data class SyncUploadProgress(val remaining: Int, val initialTotal: Int, val uploadError: ResourceSyncException? = null)
Link copied to clipboard
sealed class UploadRequestResult
Link copied to clipboard

Defines strategies for uploading FHIR resource local changes to a server during synchronization. It is used by the FhirSyncWorker to determine the specific upload behavior.