FillRequest.FlagSupportsFillDialog Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 64Implements
- 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.