- flags
- Provides additional information about the show request, as per Android.Views.InputMethods.InputMethod.showSoftInput(int, android.os.ResultReceiver).
- configChange
- This is true if we are re-showing due to a configuration change.
Documentation for this section has not yet been entered.
The system has decided that it may be time to show your input method. This is called due to a corresponding call to your Android.Views.InputMethods.InputMethod.showSoftInput(int, android.os.ResultReceiver) method. The default implementation uses InputMethodService.OnEvaluateInputViewShown, InputMethodService.OnEvaluateFullscreenMode, and the current configuration to decide whether the input view should be shown at this point.