Language

SchemaVisibilityConfig.Builder.AddAllowedPackage(PackageIdentifier) Method

Definition

Add PackageIdentifier of packages which has access to this schema.

[Android.Runtime.Register("addAllowedPackage", "(Landroid/app/appsearch/PackageIdentifier;)Landroid/app/appsearch/SchemaVisibilityConfig$Builder;", "", ApiSince=35)]
public Android.App.AppSearch.SchemaVisibilityConfig.Builder AddAllowedPackage(Android.App.AppSearch.PackageIdentifier packageIdentifier);
[<Android.Runtime.Register("addAllowedPackage", "(Landroid/app/appsearch/PackageIdentifier;)Landroid/app/appsearch/SchemaVisibilityConfig$Builder;", "", ApiSince=35)>]
member this.AddAllowedPackage : Android.App.AppSearch.PackageIdentifier -> Android.App.AppSearch.SchemaVisibilityConfig.Builder

Parameters

packageIdentifier
PackageIdentifier

Returns

Attributes

Remarks

Add PackageIdentifier of packages which has access to this schema.

Android reference for android.app.appsearch.SchemaVisibilityConfig.Builder.addAllowedPackage.

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