Xam.Plugin.Geofence
1.0.8
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package Xam.Plugin.Geofence --version 1.0.8
NuGet\Install-Package Xam.Plugin.Geofence -Version 1.0.8
<PackageReference Include="Xam.Plugin.Geofence" Version="1.0.8"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Xam.Plugin.Geofence --version 1.0.8
#r "nuget: Xam.Plugin.Geofence, 1.0.8"
// Install Xam.Plugin.Geofence as a Cake Addin #addin nuget:?package=Xam.Plugin.Geofence&version=1.0.8 // Install Xam.Plugin.Geofence as a Cake Tool #tool nuget:?package=Xam.Plugin.Geofence&version=1.0.8
Monitors geofence regions and handle region state changes events. Across iOS and Android from a single API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoTouch | monotouch10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 1.0
- Xamarin.GooglePlayServices.Location (>= 27.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Xam.Plugin.Geofence:
Repository | Stars |
---|---|
rdelrosario/xamarin-plugins
Cross platform Xamarin & Windows plugins for PCLs
|
Version | Downloads | Last updated |
---|---|---|
1.1.2 | 8,771 | 7/7/2016 |
1.1.1 | 1,963 | 4/8/2016 |
1.1.0 | 1,427 | 2/23/2016 |
1.0.9 | 1,179 | 1/22/2016 |
1.0.8 | 1,024 | 1/22/2016 |
1.0.7 | 1,106 | 1/5/2016 |
1.0.6 | 1,590 | 8/5/2015 |
1.0.5 | 1,348 | 8/5/2015 |
1.0.4 | 2,464 | 4/21/2015 |
1.0.3 | 1,850 | 4/13/2015 |
1.0.2 | 1,120 | 4/10/2015 |
1.0.1 | 1,135 | 4/10/2015 |
1.0.0 | 1,145 | 4/10/2015 |
- Add keys for configurable notifications for each event. This allows us to subscribe to entry/exit/stay events and independently also get notifications for each event or not as we choose.
- Add interface implementation of a method that checks
if location is enabled, so that we can better handle location
requests in our app if we do not want this function delegated to
this plugin.
- Add OnAppStarted interface implementation to
handle app startup state in the client app.
- Adds location service checks and
delegates location and permission failures to the client app by
raising them in a message to the OnError event.
- Add robustness to the location updated
method for usage with the broadcast receiver in an Android
background service.
- Add support to customize the
large icon and color used in the notification for Android.
- Force using the UI thread where necessary
for iOS, and adds parameters that enable delegating location and
notification prompts to the client app if desired.
- Adds the request location permission flags for Android.