Share via


SchemaVisibilityConfig.AllowedPackages Property

Definition

Returns a list of PackageIdentifiers of packages that can access this schema.

public System.Collections.Generic.IList<Android.App.AppSearch.PackageIdentifier> AllowedPackages { [Android.Runtime.Register("getAllowedPackages", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAllowedPackages", "()Ljava/util/List;", "", ApiSince=35)>]
member this.AllowedPackages : System.Collections.Generic.IList<Android.App.AppSearch.PackageIdentifier>

Property Value

Attributes

Remarks

Returns a list of PackageIdentifiers of packages that can access this schema.

Java documentation for android.app.appsearch.SchemaVisibilityConfig.getAllowedPackages().

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