NoButtonMode

data class NoButtonMode(val visible: Boolean = false) : PreviewButton, Parcelable

Configuration of the 'preview' button in 'no button mode'.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(visible: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard
val visible: Boolean = false

Whether the button is visible.

Functions

Link copied to clipboard
open override fun clone(): NoButtonMode
Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JSONObject