Setting Multiple Choice
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.
entry Titles
The titles of the entries.
entry Values
The values of the entries.
default Entry Indices
The indices of the default entries.