built.io.Android
3.0.1.2
The built.io Xamarin SDK allows you to integrate the built.io application backend with your Xamarin powered mobile application. You can integrate built.io with your application by following these steps:
1. Add the following statement before your class definition:
using BuiltSDK;
2. You are now ready to set up your application. Use the initialize static method for the `Built` class as follows:
Built.App("application_api_key");
Congratulations! You're all set to use built.io.
You can learn more about this at https://docs.built.io/quick-start or http://xamarinsdk.builtapp.io/.
Install-Package built.io.Android -Version 3.0.1.2
dotnet add package built.io.Android --version 3.0.1.2
<PackageReference Include="built.io.Android" Version="3.0.1.2" />
paket add built.io.Android --version 3.0.1.2
Release Notes
Introduced new events for Realtime feature in SDK.
OnSocketConnect
OnSocketDisconnect
OnSocketReconnect
Bug fixes: Offline storage sync issue.
Dependencies
-
- SocketIoClientDotNet (>= 0.9.12)
- sqlite-net (>= 1.0.8)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.