ImeSetCompositionRequest

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

Request object containing input parameters for the InputDomain.imeSetComposition command.

Constructors

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

Types

Link copied to clipboard
class Builder(val text: String, val selectionStart: Int, val selectionEnd: Int)

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