Table of Contents

Class AutofillValue

Namespace
Android.View.Autofill
Assembly
MASES.Netdroid.dll
public class AutofillValue : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
AutofillValue
Implements
Inherited Members
Extension Methods

Constructors

AutofillValue(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 AutofillValue(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

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