共用方式為


SuggestionsInfo 建構函式

定義

多載

SuggestionsInfo(Parcel)

建構函式。

SuggestionsInfo(Int32, String[])

建構函式。

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

建構函式。

SuggestionsInfo(Parcel)

建構函式。

[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

參數

source
Parcel
屬性

備註

android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[])Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

SuggestionsInfo(Int32, String[])

建構函式。

[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

參數

suggestionsAttributes
Int32

從文字服務

suggestions
String[]

從文字服務

屬性

備註

建構函式。

android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[])Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

建構函式。

[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

參數

suggestionsAttributes
Int32

從文字服務

suggestions
String[]

從文字服務

cookie
Int32

輸入 TextInfo 的 Cookie

sequence
Int32

輸入 TextInfo 的 Cookie

屬性

備註

建構函式。

android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[], int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於