GeofenceEventNotification

data class GeofenceEventNotification(val geofenceEvents: List<GeofenceEvent> = emptyList()) : Parcelable

The notification wrapper class that encapsulates the information passed through from the Movement SDK for geofence events that are triggered by your user. See NotificationHandler for implementation details.

Constructors

Link copied to clipboard
fun GeofenceEventNotification(geofenceEvents: List<GeofenceEvent> = emptyList())

Properties

Link copied to clipboard

Gets the list of geofence events GeofenceEvent that have been triggered by your user. It is possible for geofences to overlap and for there to be multiple events of the same/different types in this list.