RenderData

data class RenderData @ApiModelConstructor constructor(val label: String, val visitedLabel: String, val style: Int)(source)

MessageKeyboard.renderData. 参考 官方文档

Constructors

Link copied to clipboard
constructor(label: String, visitedLabel: String, style: Int)

Properties

Link copied to clipboard

按钮上的文字

Link copied to clipboard
val style: Int

按钮样式:0 灰色线框,1 蓝色线框

Link copied to clipboard

点击后按钮的上文字