Table of Contents

Class AutofillManager.AutofillCallback

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

AutofillCallback()

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

[Obsolete("AutofillCallback 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 AutofillCallback()

AutofillCallback(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("AutofillCallback 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 AutofillCallback(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EVENT_INPUT_HIDDEN

public static int EVENT_INPUT_HIDDEN { get; }

Property Value

int

EVENT_INPUT_SHOWN

public static int EVENT_INPUT_SHOWN { get; }

Property Value

int

EVENT_INPUT_UNAVAILABLE

public static int EVENT_INPUT_UNAVAILABLE { get; }

Property Value

int

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

OnAutofillEvent(View, int)

public void OnAutofillEvent(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

OnAutofillEvent(View, int, int)

public void OnAutofillEvent(View arg0, int arg1, int arg2)

Parameters

arg0 View

View

arg1 int

int

arg2 int

int