teller / 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

DATA_NOT_TOO_OLD

Cached cacheData already exists for the cacheData type, it's not too old yet, and force sync was not true to force sync to run.

CANCELLED

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