FillEventHistory.Event.UiTypeUnknown フィールド

定義

注意事項

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

オートフィル候補のプレゼンテーションが不明です。これは、Ui プレゼンテーションの塗りつぶしとは無関係なイベントに対して設定されます

[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

フィールド値

Value = 0
属性

注釈

オートフィル候補のプレゼンテーションが不明です。これは、Ui プレゼンテーションの塗りつぶしとは無関係なイベントに対して設定されます

の Java ドキュメント android.service.autofill.FillEventHistory.Event.UI_TYPE_UNKNOWN

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象