SentenceSuggestionsInfo Constructors

Definition

Overloads

SentenceSuggestionsInfo(Parcel)

Constructor.

SentenceSuggestionsInfo(SuggestionsInfo[], Int32[], Int32[])

Constructor.

SentenceSuggestionsInfo(Parcel)

Constructor.

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public SentenceSuggestionsInfo (Android.OS.Parcel? source);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Views.TextService.SentenceSuggestionsInfo : Android.OS.Parcel -> Android.Views.TextService.SentenceSuggestionsInfo

Parameters

source
Parcel
Attributes

Remarks

Java documentation for android.view.textservice.SentenceSuggestionsInfo.SentenceSuggestionsInfo(android.view.textservice.SuggestionsInfo[], int[], 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

SentenceSuggestionsInfo(SuggestionsInfo[], Int32[], Int32[])

Constructor.

[Android.Runtime.Register(".ctor", "([Landroid/view/textservice/SuggestionsInfo;[I[I)V", "")]
public SentenceSuggestionsInfo (Android.Views.TextService.SuggestionsInfo[]? suggestionsInfos, int[]? offsets, int[]? lengths);
[<Android.Runtime.Register(".ctor", "([Landroid/view/textservice/SuggestionsInfo;[I[I)V", "")>]
new Android.Views.TextService.SentenceSuggestionsInfo : Android.Views.TextService.SuggestionsInfo[] * int[] * int[] -> Android.Views.TextService.SentenceSuggestionsInfo

Parameters

suggestionsInfos
SuggestionsInfo[]

from the text service

offsets
Int32[]

the array of offsets of suggestions

lengths
Int32[]

the array of lengths of suggestions

Attributes

Remarks

Constructor.

Java documentation for android.view.textservice.SentenceSuggestionsInfo.SentenceSuggestionsInfo(android.view.textservice.SuggestionsInfo[], int[], 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