ActionRunner

interface ActionRunner(source)

Runs actions.

Inheritors

Functions

Link copied to clipboard
abstract fun run(name: String, value: JsonSerializable?, situation: Action.Situation? = null, extender: ActionRunRequestExtender? = null, callback: ActionCompletionCallback? = null)

Called to run an action.

Inherited functions

Link copied to clipboard
fun ActionRunner.run(actions: Map<String, JsonSerializable>, situation: Action.Situation? = null, extender: ActionRunRequestExtender? = null)