HintFilter.GetPackages(HintFilterType) 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.
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