Share via


FillEventHistory.Event.FieldsClassification Property

Definition

Gets the field classification results.

public System.Collections.Generic.IDictionary<Android.Views.Autofill.AutofillId,Android.Service.Autofill.FieldClassification> FieldsClassification { [Android.Runtime.Register("getFieldsClassification", "()Ljava/util/Map;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getFieldsClassification", "()Ljava/util/Map;", "", ApiSince=28)>]
member this.FieldsClassification : System.Collections.Generic.IDictionary<Android.Views.Autofill.AutofillId, Android.Service.Autofill.FieldClassification>

Property Value

Attributes

Remarks

Gets the field classification results.

<b>Note: </b>Only set on events of type #TYPE_CONTEXT_COMMITTED, when the service requested FillResponse.Builder#setFieldClassificationIds(AutofillId...) field classification.

Java documentation for android.service.autofill.FillEventHistory.Event.getFieldsClassification().

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