SetComposingRegionEditOp
Kotlin
|Java
data class SetComposingRegionEditOp : EditOperation
kotlin.Any | |
↳ | androidx.compose.ui.text.input.SetComposingRegionEditOp |
An edit operation represents setComposingRegion callback from InputMethod.
Summary
Public constructors | |
---|---|
An edit operation represents setComposingRegion callback from InputMethod. |
Public methods | |
---|---|
Unit |
process(buffer: EditingBuffer) Processes editing buffer with this edit operation. |
Properties | |
---|---|
Int |
The exclusive end offset of the composing region |
Int |
The inclusive start offset of the composing region. |
Public constructors
<init>
SetComposingRegionEditOp(
start: Int,
end: Int)
An edit operation represents setComposingRegion callback from InputMethod.