Hello,
I am developing an application using AppWarp on Xamarin/Mono 1.5.1 which is the latest version I can see on GitHub at this time and I noticed that the documentation (
http://appwarp.shephertz.com/game-development-center/csharp-api-reference/ ) and WinRT version of AppWarp says that there are some methods/functionality that I am not seeing when actually using the AppWarpMonoLibrary in my code:
1. SendPrivateUpdate()
2. RecoverConnectionWithSessionId()
3. ConnectEvent.getReasonCode() for dealing with an AUTH_ERROR for a paused user
4. GetSessionId()
Is there an updated version availble that has these available?