Share via


SetBlobVisibilityRequest.NamespacesNotDisplayedBySystem Property

Definition

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

public virtual System.Collections.Generic.ICollection<string> NamespacesNotDisplayedBySystem { [Android.Runtime.Register("getNamespacesNotDisplayedBySystem", "()Ljava/util/Set;", "GetGetNamespacesNotDisplayedBySystemHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getNamespacesNotDisplayedBySystem", "()Ljava/util/Set;", "GetGetNamespacesNotDisplayedBySystemHandler", ApiSince=36)>]
member this.NamespacesNotDisplayedBySystem : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

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

Java documentation for android.app.appsearch.SetBlobVisibilityRequest.getNamespacesNotDisplayedBySystem().

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