EventUIType 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.
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 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 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 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 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 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. |