Callback from Swift to Unity

I have a callback in Swift. How can I make so that for every time that callback is called in Swift, I return some parameters to Unity (C#)?

It’s been a while, but I guess an answer is still useful. You have to implement delegates in both swift and Unity. Refer to this project, it has an example: GitHub - dinhonms/Lab-Unity-App: Unity App to test stuff