Hello,
I am working on an application for the Windows Phone 8.1 and Windows 8.1 store using the WinRT and the AppWarp SDK and I noticed this function in the API dll but I cannot find any documentation about it on the full API reference for Windows and C# programming here: http://appwarp.shephertz.com/game-development-center/csharp-api-reference/
Is there any documentation about how this function works? and how the NotifyListener onPrivateUpdateReceived(string sender, byte[] update, bool fromUdp) works?
I'm assuming it is very similar to the sendPrivateChat function but allows any byte data to be sent but I noticed the fromUdp bool and I'm not sure what this is for. Would this simply state if the update was sent over UDP rather than TCP?