NamedAction

constructor(@NonNull actionType: NamedAction.NamedActionType)

Creates action instance.

Parameters

actionType

Type of the named action.


constructor(@NonNull actionType: NamedAction.NamedActionType, @Nullable subActions: List<Action>)

Creates action instance.

Parameters

actionType

Type of the named action.

subActions

List of sub-actions of this action.