setSelectionRects method

void setSelectionRects(
  1. List<SelectionRect> selectionRects
)

Informs the text input control about selection area changes.

This method is called when the attached input client's selection area changes.

Implementation

void setSelectionRects(List<SelectionRect> selectionRects) {}