set_input_method_context


Description:

[ Version ( since = "2.28" ) ]
public void set_input_method_context (InputMethodContext? context)

Set the InputMethodContext to be used by this.

Set the InputMethodContext to be used by this, or null to not use any input method. Note that the same InputMethodContext can't be set on more than one WebView at the same time.

Parameters:

this

a WebView

context

the InputMethodContext to set, or null