Configurable

Types

Link copied to clipboard

Marker interface for the Preferences properties holder.

Link copied to clipboard
interface Settings

Marker interface for the Settings properties holder.

Properties

Link copied to clipboard
abstract val settings: StateFlow<S>

Current Settings values.

Functions

Link copied to clipboard
abstract fun submitPreferences(preferences: P)

Submits a new set of Preferences to update the current Settings.