![]() |
VOOZH | about |
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" />
<PackageVersion Include="PlotProjects.Plugin" Version="3.0.1" />Directory.Packages.props
<PackageReference Include="PlotProjects.Plugin" />Project file
paket add PlotProjects.Plugin --version 3.0.1
#r "nuget: PlotProjects.Plugin, 3.0.1"
#:package PlotProjects.Plugin@3.0.1
#addin nuget:?package=PlotProjects.Plugin&version=3.0.1Install as a Cake Addin
#tool nuget:?package=PlotProjects.Plugin&version=3.0.1Install as a Cake Tool
Add location based notifications to your Xamarin project easily.
This plugins supports both IOS 10 or newer, and Android 2.3 or newer.
Tested under Xamarin Studio 6.1.1.
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
}
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.
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.
Website: https://www.plotprojects.com/
Documentation: https://www.plotprojects.com/documentation
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 monoandroid10 is compatible. |
| Xamarin.iOS | xamarinios10 xamarinios10 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Updated Plot Projects libraries to latest version.