共用方式為


InputMethodManager.ShowSoftInputFromInputMethod(IBinder, ShowFlags) 方法

定義

顯示輸入法的軟輸入區域,讓使用者看到輸入法視窗,並可與其互動。

[Android.Runtime.Register("showSoftInputFromInputMethod", "(Landroid/os/IBinder;I)V", "")]
public void ShowSoftInputFromInputMethod (Android.OS.IBinder? token, Android.Views.InputMethods.ShowFlags flags);
[<Android.Runtime.Register("showSoftInputFromInputMethod", "(Landroid/os/IBinder;I)V", "")>]
member this.ShowSoftInputFromInputMethod : Android.OS.IBinder * Android.Views.InputMethods.ShowFlags -> unit

參數

token
IBinder

提供啟動時提供給輸入法的識別令牌,這可讓它自行執行這項作業。

flags
ShowFlags

提供其他作業旗標。 目前可能是 0,或已設定 #SHOW_IMPLICIT#SHOW_FORCED 位。

屬性

備註

顯示輸入法的軟輸入區域,讓使用者看到輸入法視窗,並可與其互動。 這隻能從目前使用中的輸入方法呼叫,如指定的令牌所驗證。

已取代這個成員。 請改用 InputMethodService#requestShowSelf(int)。 此方法適用於應該透過服務存取 API 的 IME 開發人員。 此類別中的 API 適用於與 IME 互動的應用程式開發人員。

android.view.inputmethod.InputMethodManager.showSoftInputFromInputMethod(android.os.IBinder, int)Java 檔。

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

適用於