Język

InlineSuggestionsRequest.Builder.SetMaxSuggestionCount(Int32) Method

Definition

Max number of suggestions expected from the response.

[Android.Runtime.Register("setMaxSuggestionCount", "(I)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;", "", ApiSince=30)]
public Android.Views.InputMethods.InlineSuggestionsRequest.Builder SetMaxSuggestionCount(int value);
[<Android.Runtime.Register("setMaxSuggestionCount", "(I)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;", "", ApiSince=30)>]
member this.SetMaxSuggestionCount : int -> Android.Views.InputMethods.InlineSuggestionsRequest.Builder

Parameters

value
Int32

Returns

Attributes

Remarks

Max number of suggestions expected from the response. It must be a positive value. Defaults to SUGGESTION_COUNT_UNLIMITED if not set.

Android reference for android.view.inputmethod.InlineSuggestionsRequest.Builder.setMaxSuggestionCount.

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