Share via


FillRequest.FlagSupportsFillDialog Field

Definition

Indicates the request supports fill dialog presentation for the fields, the system will send the request when the activity just started.

[Android.Runtime.IntDef(Fields=new System.String[] { "FlagManualRequest", "FlagCompatibilityModeRequest", "FlagSupportsFillDialog" }, Flag=true, Type="Android.Service.Autofill.FillRequest")]
[Android.Runtime.Register("FLAG_SUPPORTS_FILL_DIALOG", ApiSince=33)]
public const int FlagSupportsFillDialog = 64;
[<Android.Runtime.IntDef(Fields=new System.String[] { "FlagManualRequest", "FlagCompatibilityModeRequest", "FlagSupportsFillDialog" }, Flag=true, Type="Android.Service.Autofill.FillRequest")>]
[<Android.Runtime.Register("FLAG_SUPPORTS_FILL_DIALOG", ApiSince=33)>]
val mutable FlagSupportsFillDialog : int

Field Value

Value = 64

Implements

Attributes

Remarks

Indicates the request supports fill dialog presentation for the fields, the system will send the request when the activity just started.

Java documentation for android.service.autofill.FillRequest.FLAG_SUPPORTS_FILL_DIALOG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to