Estimotes.Xplat
1.6.0
All of the functionality of this library has been moved and improved
dotnet add package Estimotes.Xplat --version 1.6.0
NuGet\Install-Package Estimotes.Xplat -Version 1.6.0
<PackageReference Include="Estimotes.Xplat" Version="1.6.0" />
paket add Estimotes.Xplat --version 1.6.0
#r "nuget: Estimotes.Xplat, 1.6.0"
// Install Estimotes.Xplat as a Cake Addin #addin nuget:?package=Estimotes.Xplat&version=1.6.0 // Install Estimotes.Xplat as a Cake Tool #tool nuget:?package=Estimotes.Xplat&version=1.6.0
Estimotes Plugin for Xamarin to allow for cross platform development using the Estimote libraries
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
All Frameworks
- Acr.Settings (>= 5.1.0 && < 6.0.0)
- Rx-Main (>= 2.2.5 && < 3.0.0)
-
MonoAndroid 1.0
- Acr.Settings (>= 5.1.0 && < 6.0.0)
- Rx-Main (>= 2.2.5 && < 3.0.0)
- Xamarin.Estimote.Android (>= 0.9.1 && < 2.0.0)
-
Xamarin.iOS 0.0
- Acr.Settings (>= 5.1.0 && < 6.0.0)
- Xamarin.Estimote.iOS (>= 3.7.0 && < 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.6.0 | 5,532 | 4/15/2016 | |
1.5.3 | 2,302 | 10/23/2015 | |
1.5.2 | 1,691 | 10/11/2015 | |
1.5.1 | 1,751 | 10/8/2015 | |
1.5.0 | 1,904 | 9/30/2015 | |
1.4.2 | 1,901 | 8/27/2015 | |
1.4.0 | 1,921 | 8/26/2015 | |
1.3.1 | 2,213 | 7/28/2015 | |
1.3.0 | 1,934 | 7/27/2015 | |
1.2.1 | 1,917 | 7/24/2015 | |
1.2.0 | 1,902 | 7/23/2015 | |
1.2.0-beta3 | 1,692 | 7/23/2015 | |
1.2.0-beta2 | 1,909 | 7/23/2015 | |
1.2.0-beta1 | 1,779 | 7/23/2015 | |
1.1.1 | 1,886 | 7/21/2015 | |
1.1.0 | 1,798 | 7/18/2015 | |
1.0.1 | 1,802 | 6/27/2015 | |
1.0.0 | 1,727 | 6/13/2015 |
1.6.0
nuget updates
1.5.3
[update] error message when bait-switch platform failure
1.5.2
[update] latest xamarin bindings
1.5.1
[fix][droid] monitoring defect (appears as if ranging is problem) with android binding library NRE on major/minor reads
[fix][droid] race condition on ranging collection
1.5
[feature] EDDYSTONES!
[fix] Switch to Xamarin Estimote bindings
1.4.2
[fix][#4][droid] fixes for init process
[fix] minor doc additions
[feature][droid] set foreground and background scanning peroids - can only be set from android project ((EstimoteManagerImpl)EstimoteManager.Instance).SetBackgroundScanPeriod(...)
1.4
[feature] Separate permission requests for background and foreground (only really applies to ios)
[feature] Quick range nearby beacons via FetchNearbyBeacons(region, waitTimeSpan). Useful for ranging in the background
[feature] RX Observables
[fix][droid] fix monitoring issues
[fix][droid] init issues
1.3.1
[fix] Remove annoying checks to see if beacon region is already being scanned/monitored
1.3
improved samples for monitoring
[fix] beacon is now an implemented interface with the setters made private
[fix] several fixes around monitoring
[android] restore monitoring regions on initialize
[android] beacon ranging now works like iOS where it ranges all beacons at once
[android] beacon service is started in code
1.2
[breaking] region monitoring event has been merged into one super event
[feature] initialization function now returns reason for failure
[feature] startranging/monitoring returns false if region is already being ranged/monitored
[feature] stopranging/monitoring returns false if region was not already being ranged/monitored
[fix] ranging list issues
[android] updated estimote bindings to latest sdk
1.1.1
[fix] issue with stopallmonitoring and stopallranging
1.1.0
[android] update estimote sdk libraries
update libraries to use uuid, major, and minor in scanning
many other minor bugfixes
1.0.1
[android] fix initialization issues
1.0.0
Initial Release