feedEntityId property

String get feedEntityId

A unique ID for the entity within the feed that triggered the notification info.

This property is consistent for all notifications for a given feed entity. For example, use this ID to count the number of sites a team member visits.

If a feed is a LocationGeotriggerFeed, all location updates for that feed share the same ID.

With a FenceGeotrigger, you can combine this property with the FenceGeotriggerNotificationInfo.fenceId to create an ID that groups all notifications for a given feed entity and a specific fence. For example, use a concatenation of the two properties to display a list of areas of interest that are currently occupied and the details of who has entered them.

To group events by the geotrigger, use the Geotrigger.geotriggerId property.