InputMethodService.SwitchToNextInputMethod(Boolean) Method

Definition

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.

Java documentation for android.inputmethodservice.InputMethodService.switchToNextInputMethod(boolean).

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.

Applies to