FillEventHistory.Event.UiTypeUnknown 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 presentation is unknown, this will be set for the event that is unrelated to fill Ui presentation

[Android.Runtime.Register("UI_TYPE_UNKNOWN", 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 UiTypeUnknown = 0;
[<Android.Runtime.Register("UI_TYPE_UNKNOWN", 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 UiTypeUnknown : Android.Service.Autofill.EventUIType

Field Value

Value = 0
Attributes

Remarks

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

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

Applies to