RepeatInterval

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

Constructors

Link copied to clipboard
constructor(interval: Long, timeUnit: TimeUnit)

Properties

Link copied to clipboard

The interval at which the sync should be triggered in

Link copied to clipboard

The time unit for the repeat interval