FillEventHistory.Event.IgnoredDatasetIds Property

Definition

Returns which datasets were NOT selected by the user.

public System.Collections.Generic.ICollection<string> IgnoredDatasetIds { [Android.Runtime.Register("getIgnoredDatasetIds", "()Ljava/util/Set;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getIgnoredDatasetIds", "()Ljava/util/Set;", "", ApiSince=28)>]
member this.IgnoredDatasetIds : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

Returns which datasets were NOT selected by the user.

<b>Note: </b>Only set on events of type #TYPE_CONTEXT_COMMITTED.

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

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