RepeatInterval

data class RepeatInterval(interval: Long, timeUnit: TimeUnit)

Properties

interval
Link copied to clipboard
val interval: Long
The interval at which the sync should be triggered in
timeUnit
Link copied to clipboard
val timeUnit: TimeUnit
The time unit for the repeat interval

Sources

androidJvm source
Link copied to clipboard