setEntries

open fun setEntries(@NonNull 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