Property GeotriggerMonitor
GeotriggerMonitor
Gets the GeotriggerMonitor that sent this notification.
Declaration
public GeotriggerMonitor GeotriggerMonitor { get; }
Property Value
Type | Description |
---|---|
GeotriggerMonitor | The GeotriggerMonitor that sent this notification. |
Remarks
The GeotriggerMonitor evaluates a specific Geotrigger condition that has been met by this GeotriggerNotificationInfo. A single Geotrigger condition can result in multiple, repeat notifications.
Use this property to interact directly with the GeotriggerMonitor. For example, if you no longer want to receive future notifications, you can call Stop().
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |