ContentInfo.SourceAutofill フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.

オートフィル フレームワークによって操作がトリガーされたことを指定します。

[Android.Runtime.Register("SOURCE_AUTOFILL", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)]
public const Android.Views.ContentInfoSource SourceAutofill = 4;
[<Android.Runtime.Register("SOURCE_AUTOFILL", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)>]
val mutable SourceAutofill : Android.Views.ContentInfoSource

フィールド値

Value = 4

実装

属性

注釈

オートフィル フレームワークによって操作がトリガーされたことを指定します。 詳細については、https://developer.android.com/guide/topics/text/autofill を参照してください。

の Java ドキュメント android.view.ContentInfo.SOURCE_AUTOFILL

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

適用対象