FillResponse.FlagDelayFill フィールド

定義

注意事項

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

に渡された場合に、リモートオートフィル サービスからの遅延フィルを待機するために要求するために Builder#setFlags(int)使用されるフラグ。

[Android.Runtime.Register("FLAG_DELAY_FILL", ApiSince=33)]
[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 FlagDelayFill = 4;
[<Android.Runtime.Register("FLAG_DELAY_FILL", ApiSince=33)>]
[<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 FlagDelayFill : Android.Service.Autofill.AutofillResponseFlags

フィールド値

Value = 4

実装

属性

注釈

に渡された場合に、リモートオートフィル サービスからの遅延フィルを待機するために要求するために Builder#setFlags(int)使用されるフラグ。

一部のデータセット (OTP) の生成には時間がかかります。 このフラグを使用すると、元FillCallbackのがタイムアウトした場合でも、リモート サービスは を 経由してFillRequest#getDelayedFillIntentSender()最新FillRequestの に送信FillResponseできます。

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

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

適用対象