Setting List
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.
entry Titles
The titles of the entries.
entry Values
The values of the entries.
default Entry Index
The index of the default entry.