AFGeofencingResult

Types

Link copied to clipboard
data class Failure(val message: String? = null, val cause: Throwable? = null) : AFGeofencingResult

Operation failed with an error.

Link copied to clipboard
data class Pending(val message: String? = null) : AFGeofencingResult

Geofences have been registered but monitoring is not yet active because the required location permissions have not been granted.

Link copied to clipboard

Operation completed successfully — geofencing is actively monitoring.