From https://docs.microsoft.com/en-us/xamarin/ios/internals/limitations#reverse-callbacks
- You must flag all of your callback methods with the MonoPInvokeCallbackAttribute
- The methods have to be static methods, there is no support for instance methods.