SetComposingRegionCommand

Mark a certain region of text as composing text.

SetComposingRegionCommand

Class

Common
class SetComposingRegionCommand(val start: Int, val end: Int) : EditCommand

Mark a certain region of text as composing text.

See setComposingRegion(https://developer.android.com/reference/android/view/inputmethod/InputConnection.html#setComposingRegion(int,%2520int)).

Parameters

startThe inclusive start offset of the composing region.
endThe exclusive end offset of the composing region