InlineSuggestionsRequest.Builder.SetMaxSuggestionCount(Int32) Method
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.
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.
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.