Constructor KWBoolean(String key, boolean defaultValue)
Creates a new KWBoolean instance with the specified save key and default value.
Parameters
Name | Description |
key | The key for getting/setting this setting in shared preferences. |
defaultValue | The default value of this setting. |