DefaultActionRunner

Default action runner.

Functions

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

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)