performAction abstract method

void performAction(
  1. TextInputAction action
)

Requests that this client perform the given action.

Implementation

void performAction(TextInputAction action);