共用方式為


InputMethodManager.SetCurrentInputMethodSubtype(InputMethodSubtype) 方法

定義

切換至目前輸入法的新輸入法子類型。

[Android.Runtime.Register("setCurrentInputMethodSubtype", "(Landroid/view/inputmethod/InputMethodSubtype;)Z", "")]
[Android.Runtime.RequiresPermission("android.permission.WRITE_SECURE_SETTINGS")]
public bool SetCurrentInputMethodSubtype (Android.Views.InputMethods.InputMethodSubtype? subtype);
[<Android.Runtime.Register("setCurrentInputMethodSubtype", "(Landroid/view/inputmethod/InputMethodSubtype;)Z", "")>]
[<Android.Runtime.RequiresPermission("android.permission.WRITE_SECURE_SETTINGS")>]
member this.SetCurrentInputMethodSubtype : Android.Views.InputMethods.InputMethodSubtype -> bool

參數

subtype
InputMethodSubtype

要切換的新輸入法子類型。

傳回

如果已成功切換目前的子類型,則為 true。 當指定的子類型為 null 時,這個方法會傳回 false。

屬性

備註

切換至目前輸入法的新輸入法子類型。

已取代這個成員。 如果呼叫程式是IME,請使用 InputMethodService#switchInputMethod(String, InputMethodSubtype),只要呼叫端是目前的IME,就不需要任何許可權。 如果呼叫程式是一些具有 Manifest.permission#WRITE_SECURE_SETTINGS 許可權的特殊許可權應用程式,只要直接更新 Settings.Secure#SELECTED_INPUT_METHOD_SUBTYPE即可。

android.view.inputmethod.InputMethodManager.setCurrentInputMethodSubtype(android.view.inputmethod.InputMethodSubtype)Java 檔。

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

適用於