FillEventHistory.Event.UiTypeDialog 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 dialog presentation.

[Android.Runtime.Register("UI_TYPE_DIALOG", 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 UiTypeDialog = 3;
[<Android.Runtime.Register("UI_TYPE_DIALOG", 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 UiTypeDialog : Android.Service.Autofill.EventUIType

Field Value

Value = 3
Attributes

Remarks

The autofill suggestion is shown as a dialog presentation.

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

Applies to