Action

abstract class Action(val actionType: ActionType)

Base class for actions.

Author

Umang Chamaria

Inheritors

Constructors

Link copied to clipboard
constructor(actionType: ActionType)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String