I am trying to use TravelPort UAPI in my Xamarin.Android application. I have a sample C# project from TravelPort. And I have added that sample project in my Xamarin.Android solution.
https://github.com/Travelport/travelport-uapi-tutorial-c-sharp/tree/master/ConsoleApplication1
But I am unable to use classes of that sample project in my Xamarin Android classes(activities).
I want to ask how should I consume classes from that sample project in my Xamarin.Android application??? As I am unable to include the service references directly in xamarin android project
What should I do?