InteractiveComponent

open class InteractiveComponent : Component

Constructors

Link copied to clipboard
constructor(title: String, type: Int, listener: InteractiveComponent.InteractListener)

Types

Link copied to clipboard
Link copied to clipboard
enum Type

Properties

Link copied to clipboard
open var title: String
Link copied to clipboard

Functions

Link copied to clipboard
open fun getTitle(): String
Link copied to clipboard
open fun interact()