ListPreference.GetEntries Method

Definition

Caution

deprecated

The list of entries to be shown in the list in subsequent dialogs.

[System.Obsolete("deprecated")]
public string[]? GetEntries ();
[<System.Obsolete("deprecated")>]
member this.GetEntries : unit -> string[]

Returns

String[]

The list as an array.

Attributes

Remarks

Java documentation for android.preference.ListPreference.getEntries().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to