Share via


FillEventHistory.Event.UiTypeMenu Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Autofill.EventUIType enum directly instead of this field.

The autofill suggestion is shown as a menu popup presentation.

[Android.Runtime.Register("UI_TYPE_MENU", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.EventUIType enum directly instead of this field.", true)]
public const Android.Service.Autofill.EventUIType UiTypeMenu = 1;
[<Android.Runtime.Register("UI_TYPE_MENU", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.EventUIType enum directly instead of this field.", true)>]
val mutable UiTypeMenu : Android.Service.Autofill.EventUIType

Field Value

Value = 1
Attributes

Remarks

The autofill suggestion is shown as a menu popup presentation.

Java documentation 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.

Applies to