Table of Contents

Class PreferenceDataStore

Namespace
Android.Preference
Assembly
MASES.Netdroid.dll
[Obsolete]
public class PreferenceDataStore : JVMBridgeBase<PreferenceDataStore>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IPreferenceDataStore
Inheritance
JVMBridgeBase
JVMBridgeBase<PreferenceDataStore>
PreferenceDataStore
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<PreferenceDataStore>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PreferenceDataStore>.IsAssignableFrom<T>()
JVMBridgeBase<PreferenceDataStore>.Execute<T>(params T[])
JVMBridgeBase<PreferenceDataStore>.DynBridgeClazz
JVMBridgeBase<PreferenceDataStore>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PreferenceDataStore()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("PreferenceDataStore class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PreferenceDataStore()

PreferenceDataStore(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("PreferenceDataStore class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PreferenceDataStore(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetBoolean(String, bool)

[Obsolete]
public bool GetBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

bool

bool

GetFloat(String, float)

[Obsolete]
public float GetFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

Returns

float

float

GetInt(String, int)

[Obsolete]
public int GetInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

int

int

GetLong(String, long)

[Obsolete]
public long GetLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

long

long

GetString(String, String)

[Obsolete]
public String GetString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

GetStringSet(String, Set<String>)

[Obsolete]
public Set<String> GetStringSet(String arg0, Set<String> arg1)

Parameters

arg0 String

String

arg1 Set<String>

Set

Returns

Set<String>

Set

PutBoolean(String, bool)

[Obsolete]
public void PutBoolean(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

PutFloat(String, float)

[Obsolete]
public void PutFloat(String arg0, float arg1)

Parameters

arg0 String

String

arg1 float

float

PutInt(String, int)

[Obsolete]
public void PutInt(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

PutLong(String, long)

[Obsolete]
public void PutLong(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

PutString(String, String)

[Obsolete]
public void PutString(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

PutStringSet(String, Set<String>)

[Obsolete]
public void PutStringSet(String arg0, Set<String> arg1)

Parameters

arg0 String

String

arg1 Set<String>

Set