updateConfig abstract method

void updateConfig(
  1. TextInputConfiguration configuration
)

Informs the EmbedTextInputControl about input configuration changes.

This method is called when the configuration of the attached input client has changed.

Implementation

void updateConfig(TextInputConfiguration configuration);