Unregistered

data class Unregistered(val geofenceIds: List<String>? = null) : AFGeofenceEvent

Indicates that geofences have been unregistered.

Constructors

Link copied to clipboard
constructor(geofenceIds: List<String>? = null)

Properties

Link copied to clipboard

An optional list of IDs for the geofences that were unregistered. If null, it implies all active geofences were unregistered.