Language

GroupingType Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum GroupingType
[<System.Flags>]
type GroupingType = 
Inheritance
GroupingType
Attributes

Fields

Name Value Description
None 0
PerPackage 1

Results should be grouped together by package for the purpose of enforcing a limit on the number of results returned per package.

Android reference for android.app.appsearch.SearchSpec.GROUPING_TYPE_PER_PACKAGE.

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.

PerNamespace 2

Results should be grouped together by namespace for the purpose of enforcing a limit on the number of results returned per namespace.

Android reference for android.app.appsearch.SearchSpec.GROUPING_TYPE_PER_NAMESPACE.

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.

PerSchema 4

Results should be grouped together by schema type for the purpose of enforcing a limit on the number of results returned per schema type.

Android reference for android.app.appsearch.SearchSpec.GROUPING_TYPE_PER_SCHEMA.

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