FillResponse.FlagDisableActivityOnly フィールド

定義

注意事項

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

&mdash の FillResponse.Builder#disableAutofill(long) 動作を変更するために使用されるフラグ。このフラグが に Builder#setFlags(int)渡されると、オートフィルは、アプリ全体ではなく、 を生成した FillRequestactiviy に対してのみ無効になります。

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

フィールド値

Value = 2

実装

属性

注釈

&mdash の FillResponse.Builder#disableAutofill(long) 動作を変更するために使用されるフラグ。このフラグが に Builder#setFlags(int)渡されると、オートフィルは、アプリ全体ではなく、 を生成した FillRequestactiviy に対してのみ無効になります。

の Java ドキュメント android.service.autofill.FillResponse.FLAG_DISABLE_ACTIVITY_ONLY

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

適用対象