Language

AutofillEventType Enum

Definition

Identifies changes in the autofill input UI reported by an AutofillManager.AutofillCallback.

public enum AutofillEventType
type AutofillEventType = 
Inheritance
AutofillEventType

Fields

Name Value Description
InputShown 1

The autofill input UI associated with the view was shown.

InputHidden 2

The autofill input UI associated with the view was hidden.

InputUnavailable 3

The autofill input UI was not shown because autofill is unavailable.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to