Registered

data class Registered(val geofenceIds: List<String>) : AFGeofenceEvent

Indicates that one or more geofences have been successfully registered with the system.

Constructors

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

Properties

Link copied to clipboard

A list of IDs for the geofences that were registered.