SearchSpec.GroupingTypePerNamespace Field
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.
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 namespace for the purpose of enforcing a limit on the number of results returned per namespace.
[Android.Runtime.Register("GROUPING_TYPE_PER_NAMESPACE", 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 GroupingTypePerNamespace = 2;
[<Android.Runtime.Register("GROUPING_TYPE_PER_NAMESPACE", 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 GroupingTypePerNamespace : Android.App.AppSearch.GroupingType
Field Value
Value = 2- Attributes
Remarks
Java documentation 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.