LocalOverrideStore

class LocalOverrideStore(context: Context, isDebug: Boolean, prefsName: String = DEFAULT_PREFS_NAME, logger: KommonLogger = NoOpLogger)

Debug-only local override store for remote config values.

In release builds (isDebug = false) the override accessors return null/no-op so they can never accidentally shadow remote values in production.

Constructors

Link copied to clipboard
constructor(context: Context, isDebug: Boolean, prefsName: String = DEFAULT_PREFS_NAME, logger: KommonLogger = NoOpLogger)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard