startSelection

abstract fun startSelection(mode: SelectionMode = SelectionMode.CHARACTER)(source)

Start selection mode at the current cursor position or center of screen.

Parameters

mode

The selection mode to use (CHARACTER, WORD, or LINE)