Language

EventUIType Enum

Definition

public enum EventUIType
type EventUIType = 
Inheritance
EventUIType

Fields

Name Value Description
Unknown 0

The autofill suggestion presentation is unknown, this will be set for the event that is unrelated to fill Ui presentation

Android reference for android.service.autofill.FillEventHistory.Event.UI_TYPE_UNKNOWN.

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.

Menu 1

The autofill suggestion is shown as a menu popup presentation.

Android reference for android.service.autofill.FillEventHistory.Event.UI_TYPE_MENU.

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.

Inline 2

The autofill suggestion is shown as a keyboard inline presentation.

Android reference for android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE.

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.

Dialog 3

The autofill suggestion is shown as a dialog presentation.

Android reference for android.service.autofill.FillEventHistory.Event.UI_TYPE_DIALOG.

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.

CredentialManager 4

Credential Manager suggestions are shown instead of Autofill suggestion

Android reference for android.service.autofill.FillEventHistory.Event.UI_TYPE_CREDENTIAL_MANAGER.

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