Język

AppFunctionSearchSpec.PackageNames Property

Definition

Returns the set of package names to filter by, or null if this filter is skipped.

public System.Collections.Generic.ICollection<string>? PackageNames { [Android.Runtime.Register("getPackageNames", "()Ljava/util/Set;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getPackageNames", "()Ljava/util/Set;", "", ApiSince=37)>]
member this.PackageNames : System.Collections.Generic.ICollection<string>

Property Value

Returns the set of package names to filter by, or null if this filter is skipped.

Attributes

Remarks

Returns the set of package names to filter by, or null if this filter is skipped.

Android reference for android.app.appfunctions.AppFunctionSearchSpec.getPackageNames.

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