ImeSetCompositionParameter

@Serializable
data class ImeSetCompositionParameter(val text: String, val selectionStart: Int, val selectionEnd: Int, val replacementStart: Int? = null, val replacementEnd: Int? = null)

Constructors

Link copied to clipboard
constructor(text: String, selectionStart: Int, selectionEnd: Int, replacementStart: Int? = null, replacementEnd: Int? = null)

Properties

Link copied to clipboard
val replacementEnd: Int? = null

replacement end

Link copied to clipboard
val replacementStart: Int? = null

replacement start

Link copied to clipboard

selection end

Link copied to clipboard

selection start

Link copied to clipboard

The text to insert