Package-level declarations

Types

Link copied to clipboard
data class DrawInfo(val editable: Boolean = true, val focusId: String? = null, val position: Int = 0, val extraData: Map<String, Any> = emptyMap(), val selectMode: Boolean = false)

The class holds the information of the content to be draw by the SDK.