Dwell

data class Dwell(val geofenceId: String, val location: AFGeoLocation?) : AFGeofenceEvent

Indicates that the device has dwelled within a geofence for the specified duration.

Constructors

Link copied to clipboard
constructor(geofenceId: String, location: AFGeoLocation?)

Properties

Link copied to clipboard

The ID of the geofence where dwelling occurred.

Link copied to clipboard

The location at which the dwell transition was detected, if available.