attach method

void attach(
  1. TextInputClient client,
  2. TextInputConfiguration configuration
)

Requests the text input control to attach to the given input client.

This method is called when a text input client is attached. The input control should update its configuration to match the client's configuration.

Implementation

void attach(TextInputClient client, TextInputConfiguration configuration) {}