Sync
object Sync
Content copied to clipboard
Functions
getLastSyncTimestamp
Link copied to clipboard
getWorkerInfo
Link copied to clipboard
inline fun <W : FhirSyncWorker> getWorkerInfo(context: Context): <ERROR CLASS>
Content copied to clipboard
Gets the worker info for the FhirSyncWorker
oneTimeSync
Link copied to clipboard
inline fun <W : FhirSyncWorker> oneTimeSync(context: Context, retryConfiguration: RetryConfiguration? = defaultRetryConfiguration): Flow<SyncJobStatus>
Content copied to clipboard
Starts a one time sync job based on FhirSyncWorker.
periodicSync
Link copied to clipboard
@ExperimentalCoroutinesApi()
Content copied to clipboard
Starts a periodic sync job based on FhirSyncWorker.
Properties
Sources
androidJvm source
Link copied to clipboard