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