Share via


ObserverSpec.FilterSchemas Property

Definition

Returns the list of schema types which observers using this spec will trigger on.

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

Property Value

Attributes

Remarks

Returns the list of schema types which observers using this spec will trigger on.

If empty, the observers will trigger on all schema types.

Java documentation for android.app.appsearch.observer.ObserverSpec.getFilterSchemas().

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