FillRequest.FlagCompatibilityModeRequest 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 this request was made using compatibility mode.
[Android.Runtime.IntDef(Fields=new System.String[] { "FlagManualRequest", "FlagCompatibilityModeRequest", "FlagSupportsFillDialog" }, Flag=true, Type="Android.Service.Autofill.FillRequest")]
[Android.Runtime.Register("FLAG_COMPATIBILITY_MODE_REQUEST", ApiSince=29)]
public const int FlagCompatibilityModeRequest = 2;
[<Android.Runtime.IntDef(Fields=new System.String[] { "FlagManualRequest", "FlagCompatibilityModeRequest", "FlagSupportsFillDialog" }, Flag=true, Type="Android.Service.Autofill.FillRequest")>]
[<Android.Runtime.Register("FLAG_COMPATIBILITY_MODE_REQUEST", ApiSince=29)>]
val mutable FlagCompatibilityModeRequest : int
Field Value
Value = 2Implements
- Attributes
Remarks
Indicates this request was made using compatibility mode.
Java documentation for android.service.autofill.FillRequest.FLAG_COMPATIBILITY_MODE_REQUEST
.
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.