Table of Contents

Class FillEventHistory.Event

Namespace
Android.Service.Autofill
Assembly
MASES.Netdroid.dll
public class FillEventHistory.Event : JVMBridgeBase<FillEventHistory.Event>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
FillEventHistory.Event
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

NO_SAVE_UI_REASON_DATASET_MATCH

public static int NO_SAVE_UI_REASON_DATASET_MATCH { get; set; }

Property Value

int

NO_SAVE_UI_REASON_FIELD_VALIDATION_FAILED

public static int NO_SAVE_UI_REASON_FIELD_VALIDATION_FAILED { get; set; }

Property Value

int

NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED

public static int NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED { get; set; }

Property Value

int

NO_SAVE_UI_REASON_NONE

public static int NO_SAVE_UI_REASON_NONE { get; set; }

Property Value

int

NO_SAVE_UI_REASON_NO_SAVE_INFO

public static int NO_SAVE_UI_REASON_NO_SAVE_INFO { get; set; }

Property Value

int

NO_SAVE_UI_REASON_NO_VALUE_CHANGED

public static int NO_SAVE_UI_REASON_NO_VALUE_CHANGED { get; set; }

Property Value

int

NO_SAVE_UI_REASON_USING_CREDMAN

public static int NO_SAVE_UI_REASON_USING_CREDMAN { get; set; }

Property Value

int

NO_SAVE_UI_REASON_WITH_DELAY_SAVE_FLAG

public static int NO_SAVE_UI_REASON_WITH_DELAY_SAVE_FLAG { get; set; }

Property Value

int

TYPE_AUTHENTICATION_SELECTED

public static int TYPE_AUTHENTICATION_SELECTED { get; set; }

Property Value

int

TYPE_CONTEXT_COMMITTED

public static int TYPE_CONTEXT_COMMITTED { get; set; }

Property Value

int

TYPE_DATASETS_SHOWN

public static int TYPE_DATASETS_SHOWN { get; set; }

Property Value

int

TYPE_DATASET_AUTHENTICATION_SELECTED

public static int TYPE_DATASET_AUTHENTICATION_SELECTED { get; set; }

Property Value

int

TYPE_DATASET_SELECTED

public static int TYPE_DATASET_SELECTED { get; set; }

Property Value

int

TYPE_SAVE_SHOWN

public static int TYPE_SAVE_SHOWN { get; set; }

Property Value

int

TYPE_VIEW_REQUESTED_AUTOFILL

public static int TYPE_VIEW_REQUESTED_AUTOFILL { get; set; }

Property Value

int

UI_TYPE_CREDENTIAL_MANAGER

public static int UI_TYPE_CREDENTIAL_MANAGER { get; set; }

Property Value

int

UI_TYPE_DIALOG

public static int UI_TYPE_DIALOG { get; set; }

Property Value

int

UI_TYPE_INLINE

public static int UI_TYPE_INLINE { get; set; }

Property Value

int

UI_TYPE_MENU

public static int UI_TYPE_MENU { get; set; }

Property Value

int

UI_TYPE_UNKNOWN

public static int UI_TYPE_UNKNOWN { get; set; }

Property Value

int

Methods

GetChangedFields()

public Map<AutofillId, String> GetChangedFields()

Returns

Map<AutofillId, String>

Map

GetClientState()

public Bundle GetClientState()

Returns

Bundle

Bundle

GetDatasetId()

public String GetDatasetId()

Returns

String

String

GetFieldsClassification()

public Map<AutofillId, FieldClassification> GetFieldsClassification()

Returns

Map<AutofillId, FieldClassification>

Map

GetFocusedId()

public AutofillId GetFocusedId()

Returns

AutofillId

AutofillId

GetIgnoredDatasetIds()

public Set<String> GetIgnoredDatasetIds()

Returns

Set<String>

Set

GetManuallyEnteredField()

public Map<AutofillId, Set<String>> GetManuallyEnteredField()

Returns

Map<AutofillId, Set<String>>

Map

GetNoSaveUiReason()

public int GetNoSaveUiReason()

Returns

int

int

GetSelectedDatasetIds()

public Set<String> GetSelectedDatasetIds()

Returns

Set<String>

Set

GetShownDatasetIds()

public Set<String> GetShownDatasetIds()

Returns

Set<String>

Set

GetType()

public int GetType()

Returns

int

int

GetUiType()

public int GetUiType()

Returns

int

int