Table of Contents

Class ListPreference

Namespace
Android.Preference
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class ListPreference : DialogPreference, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IComparable<Preference>
Inheritance
ListPreference
Implements
Inherited Members
Extension Methods

Constructors

ListPreference(Context)

[Obsolete("Deprecated in JVM")]
public ListPreference(Context arg0)

Parameters

arg0 Context

Context

ListPreference(Context, AttributeSet)

[Obsolete("Deprecated in JVM")]
public ListPreference(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

ListPreference(Context, AttributeSet, int)

[Obsolete("Deprecated in JVM")]
public ListPreference(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

ListPreference(Context, AttributeSet, int, int)

[Obsolete("Deprecated in JVM")]
public ListPreference(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

arg3 int

int

ListPreference(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ListPreference(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(Context)

HPA initializer for ListPreference(Android.Content.Context arg0)

public static ListPreference CreatePoolableInstance(Context arg0)

Parameters

arg0 Context

Returns

ListPreference

CreatePoolableInstance(Context, AttributeSet)

HPA initializer for ListPreference(Android.Content.Context arg0, Android.Util.AttributeSet arg1)

public static ListPreference CreatePoolableInstance(Context arg0, AttributeSet arg1)

Parameters

arg0 Context
arg1 AttributeSet

Returns

ListPreference

CreatePoolableInstance(Context, AttributeSet, int)

HPA initializer for ListPreference(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2)

public static ListPreference CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context
arg1 AttributeSet
arg2 int

Returns

ListPreference

CreatePoolableInstance(Context, AttributeSet, int, int)

HPA initializer for ListPreference(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2, int arg3)

public static ListPreference CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context
arg1 AttributeSet
arg2 int
arg3 int

Returns

ListPreference

FindIndexOfValue(String)

[Obsolete("Deprecated in JVM")]
public int FindIndexOfValue(String arg0)

Parameters

arg0 String

String

Returns

int

int

GetEntries()

[Obsolete("Deprecated in JVM")]
public CharSequence[] GetEntries()

Returns

CharSequence[]

CharSequence

GetEntry()

[Obsolete("Deprecated in JVM")]
public CharSequence GetEntry()

Returns

CharSequence

CharSequence

GetEntryValues()

[Obsolete("Deprecated in JVM")]
public CharSequence[] GetEntryValues()

Returns

CharSequence[]

CharSequence

GetValue()

[Obsolete("Deprecated in JVM")]
public String GetValue()

Returns

String

String

SetEntries(CharSequence[])

[Obsolete("Deprecated in JVM")]
public void SetEntries(CharSequence[] arg0)

Parameters

arg0 CharSequence[]

CharSequence

SetEntries(int)

[Obsolete("Deprecated in JVM")]
public void SetEntries(int arg0)

Parameters

arg0 int

int

SetEntryValues(CharSequence[])

[Obsolete("Deprecated in JVM")]
public void SetEntryValues(CharSequence[] arg0)

Parameters

arg0 CharSequence[]

CharSequence

SetEntryValues(int)

[Obsolete("Deprecated in JVM")]
public void SetEntryValues(int arg0)

Parameters

arg0 int

int

SetValue(String)

[Obsolete("Deprecated in JVM")]
public void SetValue(String arg0)

Parameters

arg0 String

String

SetValueIndex(int)

[Obsolete("Deprecated in JVM")]
public void SetValueIndex(int arg0)

Parameters

arg0 int

int