AutofillEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
| 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.