Android.Preferences.ListPreference.SetEntryValues Method
The array to find the value to save for a preference when an entry from entries is selected.

Syntax

[Android.Runtime.Register("setEntryValues", "([Ljava/lang/CharSequence;)V", "GetSetEntryValues_arrayLjava_lang_CharSequence_Handler")]
public virtual void SetEntryValues (Java.Lang.ICharSequence[] entryValues)

Parameters

entryValues
The array to be used as values to save for the preference.

Remarks

The array to find the value to save for a preference when an entry from entries is selected. If a user clicks on the second item in entries, the second item in this array will be saved to the preference.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1