Builder

class Builder(val text: String, val selectionStart: Int, val selectionEnd: Int)

A builder for ImeSetCompositionRequest, which allows setting the optional parameters of the InputDomain.imeSetComposition command via a lambda.

Constructors

Link copied to clipboard
constructor(text: String, selectionStart: Int, selectionEnd: Int)

Properties

Link copied to clipboard

replacement end

Link copied to clipboard

replacement start

Link copied to clipboard

selection end

Link copied to clipboard

selection start

Link copied to clipboard

The text to insert

Functions

Link copied to clipboard