SyncWorkType

enum SyncWorkType : Enum<SyncWorkType>

Defines different types of synchronisation workers: download and upload

Entries

Link copied to clipboard
UPLOAD("upload")
Link copied to clipboard
DOWNLOAD("download")
Link copied to clipboard
DOWNLOAD_UPLOAD("fhir-engine-download-upload-worker")

Properties

Link copied to clipboard
val workerName: String