Android.Preferences.ListPreference Members

The members of Android.Preferences.ListPreference are listed below.

See Also: Inherited members from Android.Preferences.DialogPreference

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Entrystring. Documentation for this section has not yet been entered.
[read-only]
EntryFormattedJava.Lang.ICharSequence. Returns the entry corresponding to the current value.
Valuestring. Returns the value of the key.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

FindIndexOfValue(string) : int
Returns the index of the given value (in the entry values array).
GetEntries() : string[]
Documentation for this section has not yet been entered.
GetEntriesFormatted() : Java.Lang.ICharSequence[]
The list of entries to be shown in the list in subsequent dialogs.
GetEntryValues() : string[]
Documentation for this section has not yet been entered.
GetEntryValuesFormatted() : Java.Lang.ICharSequence[]
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.