SettingMultipleChoice

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

Parameters

title

The title of the setting.

key

The unique key of the setting.

summary

The summary of the setting.

entryTitles

The titles of the entries.

entryValues

The values of the entries.

defaultEntryIndices

The indices of the default entries.