Package-level declarations

Types

Link copied to clipboard
data class StatePluginConfig @JvmOverloads constructor(    val backgroundSyncEnabled: Boolean = true,     val userPresence: Boolean = true,     val syncMaxThreshold: TimeDuration = TimeDuration.hours(12),     val now: () -> Long = { System.currentTimeMillis() })