Info
Version: | 3.0.1.2 |
Author(s): | built.io, inc. |
Last Update: | Monday, July 4, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.built.io/ |
NuGet Url: | https://www.nuget.org/packages/built.io.Android |
Install
Install-Package built.io.Android
dotnet add package built.io.Android
paket add built.io.Android
built.io.Android Download (Unzip the "nupkg" after downloading)
Dependencies
- SocketIoClientDotNet(>= 0.9.12)
- sqlite-net(>= 1.0.8)
Tags
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.