SyncCriteriaResolution

internal interface SyncCriteriaResolution

A signal that represents the resolution of all the needed for sync to happen.

See also

Inheritors

Types

Link copied to clipboard
data class MissingRequirement(val cause: String) : SyncCriteriaResolution

At least a criterion is not satisfied

Link copied to clipboard

All criteria are satisfied and Sync is free to start or keep going.