Class AutofillManager
public class AutofillManager : JVMBridgeBase<AutofillManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AutofillManager
- Implements
- Extension Methods
Constructors
AutofillManager(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 AutofillManager(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EXTRA_ASSIST_STRUCTURE
public static String EXTRA_ASSIST_STRUCTURE { get; set; }
Property Value
EXTRA_AUTHENTICATION_RESULT
public static String EXTRA_AUTHENTICATION_RESULT { get; set; }
Property Value
EXTRA_AUTHENTICATION_RESULT_EPHEMERAL_DATASET
public static String EXTRA_AUTHENTICATION_RESULT_EPHEMERAL_DATASET { get; set; }
Property Value
EXTRA_CLIENT_STATE
public static String EXTRA_CLIENT_STATE { get; set; }
Property Value
EXTRA_INLINE_SUGGESTIONS_REQUEST
public static String EXTRA_INLINE_SUGGESTIONS_REQUEST { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Cancel()
public void Cancel()
Commit()
public void Commit()
DisableAutofillServices()
public void DisableAutofillServices()
GetAutofillServiceComponentName()
public ComponentName GetAutofillServiceComponentName()
Returns
GetAvailableFieldClassificationAlgorithms()
public List<String> GetAvailableFieldClassificationAlgorithms()
Returns
GetDefaultFieldClassificationAlgorithm()
public String GetDefaultFieldClassificationAlgorithm()
Returns
GetNextAutofillId()
public AutofillId GetNextAutofillId()
Returns
GetUserData()
public UserData GetUserData()
Returns
GetUserDataId()
public String GetUserDataId()
Returns
HasEnabledAutofillServices()
public bool HasEnabledAutofillServices()
Returns
IsAutofillSupported()
public bool IsAutofillSupported()
Returns
IsEnabled()
public bool IsEnabled()
Returns
IsFieldClassificationEnabled()
public bool IsFieldClassificationEnabled()
Returns
NotifyValueChanged(View)
public void NotifyValueChanged(View arg0)
Parameters
NotifyValueChanged(View, int, AutofillValue)
public void NotifyValueChanged(View arg0, int arg1, AutofillValue arg2)
Parameters
arg0Viewarg1intarg2AutofillValue
NotifyViewClicked(View)
public void NotifyViewClicked(View arg0)
Parameters
NotifyViewClicked(View, int)
public void NotifyViewClicked(View arg0, int arg1)
Parameters
NotifyViewEntered(View)
public void NotifyViewEntered(View arg0)
Parameters
NotifyViewEntered(View, int, Rect)
public void NotifyViewEntered(View arg0, int arg1, Rect arg2)
Parameters
NotifyViewExited(View)
public void NotifyViewExited(View arg0)
Parameters
NotifyViewExited(View, int)
public void NotifyViewExited(View arg0, int arg1)
Parameters
NotifyViewVisibilityChanged(View, bool)
public void NotifyViewVisibilityChanged(View arg0, bool arg1)
Parameters
NotifyViewVisibilityChanged(View, int, bool)
public void NotifyViewVisibilityChanged(View arg0, int arg1, bool arg2)
Parameters
NotifyVirtualViewsReady(View, SparseArray<VirtualViewFillInfo>)
[Obsolete("Deprecated in JVM")]
public void NotifyVirtualViewsReady(View arg0, SparseArray<VirtualViewFillInfo> arg1)
Parameters
arg0Viewarg1SparseArray<VirtualViewFillInfo>
RegisterCallback(AutofillCallback)
public void RegisterCallback(AutofillManager.AutofillCallback arg0)
Parameters
RequestAutofill(View)
public void RequestAutofill(View arg0)
Parameters
RequestAutofill(View, int, Rect)
public void RequestAutofill(View arg0, int arg1, Rect arg2)
Parameters
SetUserData(UserData)
public void SetUserData(UserData arg0)
Parameters
ShowAutofillDialog(View)
[Obsolete("Deprecated in JVM")]
public bool ShowAutofillDialog(View arg0)
Parameters
Returns
ShowAutofillDialog(View, int)
[Obsolete("Deprecated in JVM")]
public bool ShowAutofillDialog(View arg0, int arg1)
Parameters
Returns
UnregisterCallback(AutofillCallback)
public void UnregisterCallback(AutofillManager.AutofillCallback arg0)