InputMethodManager.SetCurrentInputMethodSubtype(InputMethodSubtype) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
切換至目前輸入法的新輸入法子類型。
[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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。