teller-android / com.levibostian.teller.repository / OnlineRepository / RefreshResult / SkippedReason

SkippedReason

enum class SkippedReason

If a OnlineRepository.refresh task was skipped, compare the skipped property with the enum cases below to determine why the refresh task was skipped.

Enum Values

CACHE_NOT_TOO_OLD

Cache exists but, it's not too old yet. Call refresh with force = true to perform a refresh manually.

CANCELLED

The refresh call got cancelled. The result of the fetch call will be ignored and not saved.