FillEventHistory.Event.TypeDatasetsShown フィールド

定義

注意事項

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

データセット セレクターが表示されました。

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

フィールド値

Value = 5
属性

注釈

データセット セレクターが表示されました。

このイベントは、オートフィル UI がユーザーに表示されるたびに発生します。

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

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

適用対象