Table of Contents

Class RestrictionEntry

Namespace
Android.Content
Assembly
MASES.Netdroid.dll
public class RestrictionEntry : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
RestrictionEntry
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.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

RestrictionEntry()

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

public RestrictionEntry()

RestrictionEntry(Parcel)

public RestrictionEntry(Parcel arg0)

Parameters

arg0 Parcel

Parcel

RestrictionEntry(String, String)

public RestrictionEntry(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

RestrictionEntry(String, String[])

public RestrictionEntry(String arg0, String[] arg1)

Parameters

arg0 String

String

arg1 String[]

String

RestrictionEntry(String, bool)

public RestrictionEntry(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

RestrictionEntry(String, int)

public RestrictionEntry(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

RestrictionEntry(int, String)

public RestrictionEntry(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

RestrictionEntry(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

public RestrictionEntry(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

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

TYPE_BOOLEAN

public static int TYPE_BOOLEAN { get; }

Property Value

int

TYPE_BUNDLE

public static int TYPE_BUNDLE { get; }

Property Value

int

TYPE_BUNDLE_ARRAY

public static int TYPE_BUNDLE_ARRAY { get; }

Property Value

int

TYPE_CHOICE

public static int TYPE_CHOICE { get; }

Property Value

int

TYPE_INTEGER

public static int TYPE_INTEGER { get; }

Property Value

int

TYPE_MULTI_SELECT

public static int TYPE_MULTI_SELECT { get; }

Property Value

int

TYPE_NULL

public static int TYPE_NULL { get; }

Property Value

int

TYPE_STRING

public static int TYPE_STRING { get; }

Property Value

int

Methods

CreateBundleArrayEntry(String, RestrictionEntry[])

public static RestrictionEntry CreateBundleArrayEntry(String arg0, RestrictionEntry[] arg1)

Parameters

arg0 String

String

arg1 RestrictionEntry[]

RestrictionEntry

Returns

RestrictionEntry

RestrictionEntry

CreateBundleEntry(String, RestrictionEntry[])

public static RestrictionEntry CreateBundleEntry(String arg0, RestrictionEntry[] arg1)

Parameters

arg0 String

String

arg1 RestrictionEntry[]

RestrictionEntry

Returns

RestrictionEntry

RestrictionEntry

DescribeContents()

public int DescribeContents()

Returns

int

int

GetAllSelectedStrings()

public String[] GetAllSelectedStrings()

Returns

String[]

String

GetChoiceEntries()

public String[] GetChoiceEntries()

Returns

String[]

String

GetChoiceValues()

public String[] GetChoiceValues()

Returns

String[]

String

GetDescription()

public String GetDescription()

Returns

String

String

GetIntValue()

public int GetIntValue()

Returns

int

int

GetKey()

public String GetKey()

Returns

String

String

GetRestrictions()

public RestrictionEntry[] GetRestrictions()

Returns

RestrictionEntry[]

RestrictionEntry

GetSelectedState()

public bool GetSelectedState()

Returns

bool

bool

GetSelectedString()

public String GetSelectedString()

Returns

String

String

GetTitle()

public String GetTitle()

Returns

String

String

GetType()

public int GetType()

Returns

int

int

SetAllSelectedStrings(String[])

public void SetAllSelectedStrings(String[] arg0)

Parameters

arg0 String[]

String

SetChoiceEntries(Context, int)

public void SetChoiceEntries(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

SetChoiceEntries(String[])

public void SetChoiceEntries(String[] arg0)

Parameters

arg0 String[]

String

SetChoiceValues(Context, int)

public void SetChoiceValues(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

SetChoiceValues(String[])

public void SetChoiceValues(String[] arg0)

Parameters

arg0 String[]

String

SetDescription(String)

public void SetDescription(String arg0)

Parameters

arg0 String

String

SetIntValue(int)

public void SetIntValue(int arg0)

Parameters

arg0 int

int

SetRestrictions(RestrictionEntry[])

public void SetRestrictions(RestrictionEntry[] arg0)

Parameters

arg0 RestrictionEntry[]

RestrictionEntry

SetSelectedState(bool)

public void SetSelectedState(bool arg0)

Parameters

arg0 bool

bool

SetSelectedString(String)

public void SetSelectedString(String arg0)

Parameters

arg0 String

String

SetTitle(String)

public void SetTitle(String arg0)

Parameters

arg0 String

String

SetType(int)

public void SetType(int arg0)

Parameters

arg0 int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int