Constructor KWInteger(String key, int defaultValue, boolean exportToXML)

Creates a new KWInteger 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.
exportToXML True to include in XML exports, false otherwise. The default value is true.