arch-android

//Android/br.com.arch.toolkit.android.util/ConfigValue/ConfigValue

ConfigValue

[android]
constructor(name: String, default: T, storage: () -> KeyValueStorage)

Parameters

android

   
T The type of the value being stored.