built.io.Android
3.0.1.2
dotnet add package built.io.Android --version 3.0.1.2
NuGet\Install-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
#r "nuget: built.io.Android, 3.0.1.2"
// Install built.io.Android as a Cake Addin #addin nuget:?package=built.io.Android&version=3.0.1.2 // Install built.io.Android as a Cake Tool #tool nuget:?package=built.io.Android&version=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/.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid403 is compatible. |
-
- SocketIoClientDotNet (>= 0.9.12)
- sqlite-net (>= 1.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Introduced new events for Realtime feature in SDK.
OnSocketConnect
OnSocketDisconnect
OnSocketReconnect
Bug fixes: Offline storage sync issue.