SetSchemaRequest.SchemasNotDisplayedBySystem Property

Definition

Returns all the schema types that are opted out of being displayed and visible on any system UI surface.

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

Property Value

Attributes

Remarks

Java documentation for android.app.appsearch.SetSchemaRequest.getSchemasNotDisplayedBySystem().

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