PlotProjects.Plugin
3.0.1
Requires NuGet 2.8.1 or higher.
dotnet add package PlotProjects.Plugin --version 3.0.1
NuGet\Install-Package PlotProjects.Plugin -Version 3.0.1
<PackageReference Include="PlotProjects.Plugin" Version="3.0.1" />
paket add PlotProjects.Plugin --version 3.0.1
#r "nuget: PlotProjects.Plugin, 3.0.1"
// Install PlotProjects.Plugin as a Cake Addin #addin nuget:?package=PlotProjects.Plugin&version=3.0.1 // Install PlotProjects.Plugin as a Cake Tool #tool nuget:?package=PlotProjects.Plugin&version=3.0.1
Plot Xamarin Plugin
Add location based notifications to your Xamarin project easily.
Supported platforms
This plugins supports both IOS 10 or newer, and Android 2.3 or newer.
Tested under Xamarin Studio 6.1.1.
Integration and configuration
You can find the integration guide at our website: https://www.plotprojects.com/documentation/#xamarin-integration
Additional settings are possible using the configuration file, an example is shown below. The publicToken and enableOnFirstRun fields are required, the notificationSmallIcon, notificationAccentColor and askPermissionAgainAfterDays options are Android only, the maxRegionsMonitored is an iOS only setting.
Information about these settings can be found in our extensive documentation, in chapter 1.4: https://www.plotprojects.com/documentation#ConfigurationFile
{
"publicToken": "REPLACE_ME",
"enableOnFirstRun": true,
"notificationSmallIcon": "ic_mood_white_24dp",
"notificationAccentColor": "#01579B",
"askPermissionAgainAfterDays": 3,
"maxRegionsMonitored": 20
}
Function Reference
PlotProjects.Plugin.Plot (Class)
public static IPlot GetInstance(Android.Content.Context) Android only
Gets the Plot interface.
public static IPlot GetInstance(Android.App.Activity) Android only
Gets the Plot interface.
public static GetInstance(Foundation.NSDictionary launchOptions,System.Boolean debug) iOS only
Gets the Plot interface.
public static void PlotProjects.Plugin.Plot.MailDebugLog
Mails the debug log. Only works when, on Android the debug meta-data property of the PlotService is set to true, or on iOS the debug parameter of GetInstance was set to true.
PlotProjects.Plugin.Abstractions.IPlot (Interface)
You can get an instance of this class by calling Plot.GetInstance(…). You shouldn't implement this class yourself.
public void Enable()
Enable the Plot library. It will remember this between sessions.
public void Disable()
Disable the Plot library. It will remember this between sessions.
public string Version
Gets the current version number of the Plot library backing this plugin.
More information
Website: https://www.plotprojects.com/
Documentation: https://www.plotprojects.com/documentation
License
The source files included in the repository are released under the Apache License, Version 2.0. The Plot Projects library is available under its own terms and conditions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 0.0
- Xamarin.Android.Arch.Core.Common (>= 1.1.1)
- Xamarin.Android.Arch.Core.Runtime (>= 1.1.1)
- Xamarin.Android.Arch.Lifecycle.Common (>= 1.1.1)
- Xamarin.Android.Arch.Lifecycle.LiveData (>= 1.1.1)
- Xamarin.Android.Arch.Lifecycle.LiveData.Core (>= 1.1.1)
- Xamarin.Android.Arch.Lifecycle.Runtime (>= 1.1.1)
- Xamarin.Android.Arch.Lifecycle.ViewModel (>= 1.1.1)
- Xamarin.Android.Support.Annotations (>= 28.0.0)
- Xamarin.Android.Support.AsyncLayoutInflater (>= 28.0.0)
- Xamarin.Android.Support.Collections (>= 28.0.0)
- Xamarin.Android.Support.Compat (>= 28.0.0)
- Xamarin.Android.Support.CoordinaterLayout (>= 28.0.0)
- Xamarin.Android.Support.Core.UI (>= 28.0.0)
- Xamarin.Android.Support.Core.Utils (>= 28.0.0)
- Xamarin.Android.Support.CursorAdapter (>= 28.0.0)
- Xamarin.Android.Support.CustomView (>= 28.0.0)
- Xamarin.Android.Support.DocumentFile (>= 28.0.0)
- Xamarin.Android.Support.DrawerLayout (>= 28.0.0)
- Xamarin.Android.Support.Fragment (>= 28.0.0)
- Xamarin.Android.Support.Interpolator (>= 28.0.0)
- Xamarin.Android.Support.Loader (>= 28.0.0)
- Xamarin.Android.Support.LocalBroadcastManager (>= 28.0.0)
- Xamarin.Android.Support.Media.Compat (>= 28.0.0)
- Xamarin.Android.Support.Print (>= 28.0.0)
- Xamarin.Android.Support.SlidingPaneLayout (>= 28.0.0)
- Xamarin.Android.Support.SwipeRefreshLayout (>= 28.0.0)
- Xamarin.Android.Support.v4 (>= 28.0.0)
- Xamarin.Android.Support.VersionedParcelable (>= 28.0.0)
- Xamarin.Android.Support.ViewPager (>= 28.0.0)
- Xamarin.Build.Download (>= 0.4.11)
- Xamarin.Firebase.Common (>= 70.1600.0-preview2)
- Xamarin.Firebase.Iid (>= 70.1620.0-preview2)
- Xamarin.Firebase.Iid.Interop (>= 70.1600.0-preview2)
- Xamarin.Firebase.Measurement.Connector (>= 70.1700.0-preview2)
- Xamarin.Firebase.Messaging (>= 70.1710.0-preview2)
- Xamarin.GooglePlayServices.Base (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Basement (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Gcm (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Iid (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Location (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Nearby (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Places.PlaceReport (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Stats (>= 70.1501.0-preview2)
- Xamarin.GooglePlayServices.Tasks (>= 70.1501.0-preview2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated Plot Projects libraries to latest version.