- token
- Supplies the identifying token given to an input method when it was started, which allows it to perform this operation on itself.
- flags
- Provides additional operating flags. Currently may be 0 or have the InputMethodManager.ShowImplicit or InputMethodManager.ShowForced bit set.
Show the input method's soft input area, so the user sees the input method window and can interact with it. This can only be called from the currently active input method, as validated by the given token.