setEntries

open fun setEntries(entries: Array<CharSequence>)(source)

Sets the human-readable entries to be shown in the list. This will be shown in subsequent dialogs.

Each entry must have a corresponding index in setEntryValues.

Parameters

entries

The entries

See also


open fun setEntries(@ArrayRes entriesResId: Int)(source)

Parameters

entriesResId

The entries array as a resource

See also