Programmable chat - Xamarin Forms Chat app for Windows (UWP) and Mac in the future

We are creating a chat client in Xamarin Forms (.NET, PCL) for Windows 10 (UWP), Android, iOS and for Mac in the future. We rate Twilio Programmable Chat as a building platform. Is there a .NET SDK (PCL or non-PCL) that we can use to create a client? Or can we build one of our own using our own .NET socket library?

+4
source share
1 answer

There is currently no .NET SDK, however the Xamarin SDK is planned (there is no exact date, we will try to do this as soon as possible). You can always use the generated wrappers to access the REST API from your application or to write your own. The API documentation on the site should be sufficient for you, but if you have any specific questions, feel free to ask about SO or Twilio support.

Hope this helps.

+1
source

Source: https://habr.com/ru/post/1676220/


All Articles