The members of Android.Preferences.ListPreference are listed below.
See Also: Inherited members from Android.Preferences.DialogPreference
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Entry | string. Documentation for this section has not yet been entered. |
[read-only] | EntryFormatted | Java.Lang.ICharSequence. Returns the entry corresponding to the current value. |
Value | string. Returns the value of the key. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
FindIndexOfValue(string)Returns the index of the given value (in the entry values array). | ||
GetEntries()Documentation for this section has not yet been entered. | ||
GetEntriesFormatted()The list of entries to be shown in the list in subsequent dialogs. | ||
GetEntryValues()Documentation for this section has not yet been entered. | ||
GetEntryValuesFormatted()Returns the array of values to be saved for the preference. | ||
SetEntries(Java.Lang.ICharSequence[])Sets the human-readable entries to be shown in the list. | ||
SetEntries(int) | ||
SetEntries(string[])Documentation for this section has not yet been entered. | ||
SetEntryValues(Java.Lang.ICharSequence[])The array to find the value to save for a preference when an entry from entries is selected. | ||
SetEntryValues(int) | ||
SetEntryValues(string[])Documentation for this section has not yet been entered. | ||
SetValueIndex(int)Sets the value to the given index from the entry values. |