EditingBuffer
Kotlin
|Java
class EditingBuffer
kotlin.Any | |
↳ | androidx.ui.input.EditingBuffer |
The editing buffer
This class manages the all editing relate states, editing buffers, selection, styles, etc.
Summary
Public constructors |
|
---|---|
The editing buffer |
Public methods |
|
---|---|
String |
toString() |
Public constructors
<init>
EditingBuffer(
initialText: String,
initialSelection: TextRange)
The editing buffer
This class manages the all editing relate states, editing buffers, selection, styles, etc.
Public methods
toString
fun toString(): String