Class AddProximityTriggerPage
Allows the user to add a proximity trigger to a proximity probe.
Inheritance
System.Object
AddProximityTriggerPage
Namespace: Sensus.UI
Assembly: SensusAndroid.dll
Syntax
public class AddProximityTriggerPage : ContentPage
Constructors
AddProximityTriggerPage(IPointsOfInterestProximityProbe)
Initializes a new instance of the AddProximityTriggerPage class.
Declaration
public AddProximityTriggerPage(IPointsOfInterestProximityProbe proximityProbe)
Parameters
Type | Name | Description |
---|---|---|
IPointsOfInterestProximityProbe | proximityProbe | Proximity probe to add trigger to. |