Language

HintFilter.GetPackages(HintFilterType) Method

Definition

Returns the publishing packages checked for within this filter.

[Android.Runtime.Register("getPackages", "(I)Ljava/util/Set;", "", ApiSince=37)]
public System.Collections.Generic.ICollection<string> GetPackages(Android.App.PersonalContext.Hint.HintFilterType filter);
[<Android.Runtime.Register("getPackages", "(I)Ljava/util/Set;", "", ApiSince=37)>]
member this.GetPackages : Android.App.PersonalContext.Hint.HintFilterType -> System.Collections.Generic.ICollection<string>

Parameters

filter
HintFilterType

the FilterType flags that should be set on the matching filters.

Returns

A set of package names in the filter that match the supplied filter type flags.

Attributes

Applies to