SuggestionsInfo Constructors
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.
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
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.
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.
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.