executeAction

abstract fun executeAction(@NonNull action: Action)

Execute the given action.

Parameters

action

Action to be executed.


abstract fun executeAction(@NonNull action: Action, @Nullable actionSender: ActionSender)

Execute the given action.

Parameters

action

Action to be executed.

actionSender

Optional sender that triggered execution of this action.