SetBlobVisibilityRequest.Builder.ClearNamespaceVisibleToConfigs Method

Definition

Clears all visibility configurations for the specified blob namespace.

[Android.Runtime.Register("clearNamespaceVisibleToConfigs", "(Ljava/lang/String;)Landroid/app/appsearch/SetBlobVisibilityRequest$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.SetBlobVisibilityRequest.Builder ClearNamespaceVisibleToConfigs(string namespace);
[<Android.Runtime.Register("clearNamespaceVisibleToConfigs", "(Ljava/lang/String;)Landroid/app/appsearch/SetBlobVisibilityRequest$Builder;", "", ApiSince=36)>]
member this.ClearNamespaceVisibleToConfigs : string -> Android.App.AppSearch.SetBlobVisibilityRequest.Builder

Parameters

namespace
String

The blob namespace for which visibility config should be cleared. This value cannot be null.

Returns

Attributes

Remarks

Clears all visibility configurations for the specified blob namespace. After calling this method, the specified namespace will have no visibility configurations, meaning it will only be accessible by default rules.

Android reference for android.app.appsearch.SetBlobVisibilityRequest.Builder.clearNamespaceVisibleToConfigs.

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