Package-level declarations
Types
Link copied to clipboard
Defines a message limit for a specific channel type.
Link copied to clipboard
Configuration for message limits in channels.
Link copied to clipboard
data class StatePluginConfig @JvmOverloads constructor(val backgroundSyncEnabled: Boolean = true, val userPresence: Boolean = true, val isAutomaticSyncOnReconnectEnabled: Boolean = true, val syncMaxThreshold: TimeDuration = TimeDuration.hours(12), val now: () -> Long = { System.currentTimeMillis() }, val messageLimitConfig: MessageLimitConfig = MessageLimitConfig())
Provides a configuration for io.getstream.chat.android.state.plugin.internal.StatePlugin.