SuggestionsInfo Constructors

Definition

Overloads

SuggestionsInfo(Parcel)

Constructor.

SuggestionsInfo(Int32, String[])

Constructor.

SuggestionsInfo(Int32, String[], Int32, Int32)

Constructor.

SuggestionsInfo(Parcel)

Constructor.

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

Parameters

source
Parcel
Attributes

Remarks

Java documentation for android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[]).

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

SuggestionsInfo(Int32, String[])

Constructor.

[Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;)V", "")]
public SuggestionsInfo (int suggestionsAttributes, string[]? suggestions);
[<Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;)V", "")>]
new Android.Views.TextService.SuggestionsInfo : int * string[] -> Android.Views.TextService.SuggestionsInfo

Parameters

suggestionsAttributes
Int32

from the text service

suggestions
String[]

from the text service

Attributes

Remarks

Constructor.

Java documentation for android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[]).

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

SuggestionsInfo(Int32, String[], Int32, Int32)

Constructor.

[Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;II)V", "")]
public SuggestionsInfo (int suggestionsAttributes, string[]? suggestions, int cookie, int sequence);
[<Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;II)V", "")>]
new Android.Views.TextService.SuggestionsInfo : int * string[] * int * int -> Android.Views.TextService.SuggestionsInfo

Parameters

suggestionsAttributes
Int32

from the text service

suggestions
String[]

from the text service

cookie
Int32

the cookie of the input TextInfo

sequence
Int32

the cookie of the input TextInfo

Attributes

Remarks

Constructor.

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