Android.Views.InputMethods.InputMethodManager.ShouldOfferSwitchingToNextInputMethod Method
Returns true if the current IME needs to offer the users ways to switch to a next input method (e.g. a globe key.

Syntax

[Android.Runtime.Register("shouldOfferSwitchingToNextInputMethod", "(Landroid/os/IBinder;)Z", "")]
public bool ShouldOfferSwitchingToNextInputMethod (Android.OS.IBinder imeToken)

Parameters

imeToken
Supplies the identifying token given to an input method when it was started, which allows it to perform this operation on itself.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the current IME needs to offer the users ways to switch to a next input method (e.g. a globe key.). When an IME sets supportsSwitchingToNextInputMethod and this method returns true, the IME has to offer ways to to invoke InputMethodManager.SwitchToNextInputMethod(Android.OS.IBinder, System.Boolean) accordingly.

Note that the system determines the most appropriate next input method and subtype in order to provide the consistent user experience in switching between IMEs and subtypes.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3