- info
- Description of the type of text being edited.
- restarting
- Set to true if we are restarting input on the same text field as before.
Called when the input view is being shown and input has started on a new editor. This will always be called after InputMethodService.OnStartInput(Android.Views.InputMethods.EditorInfo, System.Boolean), allowing you to do your general setup there and just view-specific setup here. You are guaranteed that InputMethodService.OnCreateInputView will have been called some time before this function is called.