Action

abstract class Action(actionType: ActionType)

Base class for actions.

Author

Umang Chamaria

Constructors

Action
Link copied to clipboard
fun Action(actionType: ActionType)

Properties

actionType
Link copied to clipboard
val actionType: ActionType

Inheritors

CustomAction
Link copied to clipboard
NavigationAction
Link copied to clipboard