C# bindings for the Rdio SDKs (Android supported, iOS supported)
Just add the Rdio.Android.csproj to your Xamarin.Android project and add a reference to Rdio.Android.
Just add the RdioSdk.iOS.csproj or RdioSdk.iOS.dll to your Xamarin.iOS project and add a reference to RdioSdk.iOS.
Also a simple sample demoing RdioSdk.iOS its included.
The C# namespaces for the Android SDK are Rdio.Android.Sdk and Rdio.Android.Sdk.Services. Also note
that the main Rdio class has been renamed to RdioAPI.
The C# namespace for the iOS SDK is RdioSdk.iOS.
Also note that some class names have been renamed
RDAPIRequestDelegate(Protocol) =>RequestDelegateHandlersRDAPIRequestDelegate(Object) =>RequestDelegateRDAPIRequest=>RequestRDPlayerDelegate=>PlayerDelegateRDPlayer=>Player
- Brett Duncavage
- Alex Soto