Table of Contents

Class AutofillValue

Namespace
Android.View.Autofill
Assembly
MASES.Netdroid.dll
public class AutofillValue : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
AutofillValue
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

AutofillValue()

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

public AutofillValue()

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

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

ForDate(long)

public static AutofillValue ForDate(long arg0)

Parameters

arg0 long

long

Returns

AutofillValue

AutofillValue

ForList(int)

public static AutofillValue ForList(int arg0)

Parameters

arg0 int

int

Returns

AutofillValue

AutofillValue

ForText(CharSequence)

public static AutofillValue ForText(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

AutofillValue

AutofillValue

ForToggle(bool)

public static AutofillValue ForToggle(bool arg0)

Parameters

arg0 bool

bool

Returns

AutofillValue

AutofillValue

GetDateValue()

public long GetDateValue()

Returns

long

long

GetListValue()

public int GetListValue()

Returns

int

int

GetTextValue()

public CharSequence GetTextValue()

Returns

CharSequence

CharSequence

GetToggleValue()

public bool GetToggleValue()

Returns

bool

bool

IsDate()

public bool IsDate()

Returns

bool

bool

IsList()

public bool IsList()

Returns

bool

bool

IsText()

public bool IsText()

Returns

bool

bool

IsToggle()

public bool IsToggle()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int