Companion

object Companion

Properties

Link copied to clipboard
const val NO_STORED_SETTINGS_VERSION: Int = 0

Version number to indicate empty settings storage.

Functions

Link copied to clipboard
inline fun <T : SettingKey> DynamicConfigurationKey.toSettingKey(scope: SettingScope, prefix: String): T

Converts the DynamicConfigurationKey instance to a SettingKey of the same type with the given scope and prefix.