SearchSpec.GroupingTypePerPackage Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.AppSearch.GroupingType enum directly instead of this field.

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

[Android.Runtime.Register("GROUPING_TYPE_PER_PACKAGE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.GroupingType enum directly instead of this field.", true)]
public const Android.App.AppSearch.GroupingType GroupingTypePerPackage = 1;
[<Android.Runtime.Register("GROUPING_TYPE_PER_PACKAGE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.GroupingType enum directly instead of this field.", true)>]
val mutable GroupingTypePerPackage : Android.App.AppSearch.GroupingType

Field Value

Value = 1
Attributes

Remarks

Java documentation 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.

Applies to