Freigeben über


SearchSpec.GroupingTypePerPackage Feld

Definition

Achtung

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

Die Ergebnisse sollten nach Paket gruppiert werden, um eine Beschränkung für die Anzahl der pro Paket zurückgegebenen Ergebnisse zu erzwingen.

[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

Feldwert

Value = 1
Attribute

Hinweise

Java-Dokumentation für android.app.appsearch.SearchSpec.GROUPING_TYPE_PER_PACKAGE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: