SettingList

constructor(title: String, key: String, summary: String? = null, entryTitles: List<String>, entryValues: List<String>, defaultEntryIndex: Int? = null)

Parameters

title

The title of the setting.

key

The key of the setting.

summary

The summary of the setting.

entryTitles

The titles of the entries.

entryValues

The values of the entries.

defaultEntryIndex

The index of the default entry.