This method of the InputMethodListener Interface activates the IME. You must call this method to activate the IME because the IME will never receive focus and be activated by using focus methods.
public void activate();
Currently, this method is not implemented.