Interaction

abstract class Interaction(identifier: String, action: String, type: InteractionType, requirements: List<Any>?)

Functions

handle
Link copied to clipboard
abstract fun handle(): Boolean

Properties

action
Link copied to clipboard
val action: String
identifier
Link copied to clipboard
val identifier: String
requirements
Link copied to clipboard
val requirements: List<Any>? = null
type
Link copied to clipboard
val type: InteractionType

Inheritors

TileInteraction
Link copied to clipboard
InteractionWithWidgetActions
Link copied to clipboard