Compartir a través de


SearchSuggestionSpec.Builder(Int32) Constructor

Definition

Creates an SearchSuggestionSpec.Builder object.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=34)]
public Builder (int maximumResultCount);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=34)>]
new Android.App.AppSearch.SearchSuggestionSpec.Builder : int -> Android.App.AppSearch.SearchSuggestionSpec.Builder

Parameters

maximumResultCount
Int32

Sets the maximum number of suggestion in the returned object.

Attributes

Remarks

Creates an SearchSuggestionSpec.Builder object.

Java documentation for android.app.appsearch.SearchSuggestionSpec.Builder.SearchSuggestionSpec$Builder(int).

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