InputMethodService.SwitchToNextInputMethod(Boolean) Method
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.
Force switch to the next input method and subtype.
[Android.Runtime.Register("switchToNextInputMethod", "(Z)Z", "", ApiSince=28)]
public bool SwitchToNextInputMethod (bool onlyCurrentIme);
[<Android.Runtime.Register("switchToNextInputMethod", "(Z)Z", "", ApiSince=28)>]
member this.SwitchToNextInputMethod : bool -> bool
Parameters
- onlyCurrentIme
- Boolean
if true, the framework will find the next subtype which belongs to the current IME
Returns
true if the current input method and subtype was successfully switched to the next input method and subtype.
- Attributes
Remarks
Force switch to the next input method and subtype. If there is no IME enabled except current IME and subtype, do nothing.
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.