SetBlobVisibilityRequest.Builder.ClearNamespaceVisibleToConfigs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.