Show / Hide Table of Contents

Property RequestedActions

RequestedActions

Gets a list of strings indicating the set of requested actions when a notification is delivered.

Declaration
public IList<string> RequestedActions { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

A list of strings indicating the set of requested actions when a notification is delivered.

Remarks

This property shows the full list of recommended actions that the Geotrigger author intends to be taken. Note that there is no requirement to take any action when a notification is delivered, but these provide a way to understand the Geotrigger author's intention. Use this property to:

  • Display the expected behavior of a Geotrigger to the user, prior to monitoring.
  • Check that your app supports the expected actions for the Geotrigger.

This list of strings shows the full set of recommended actions for any notifications from this Geotrigger. Individual GeotriggerNotificationInfo events may include a subset of these actions. The specific actions for an individual notification event (for example, when a given fence is entered) are shown in Actions. To populate the list of actions for a notification, the MessageExpression must return a dictionary with the key "actions", and a value showing the list of action strings.

The list of actions are simple strings, so you can use them to control any custom action you wish your app to perform.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 200.8
.NET Windows100.14 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In This Article
Back to top Copyright © 2022 Esri.