waitForFirstSync

abstract suspend fun waitForFirstSync()

Suspend function that resolves when the first sync has occurred


abstract suspend fun waitForFirstSync(priority: BucketPriority)

Suspend function that resolves when the first sync covering at least all buckets with the given priority (or a higher one, since those would be synchronized first) has completed.