Pending

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.

On iOS, the permission dialog has been presented. Observe com.advantahealth.api.geofencing.AFGeofencing.events or poll com.advantahealth.api.geofencing.AFGeofencing.getStatus to know when geofencing transitions to AFGeofencingStatus.ACTIVE.

Parameters

message

Human-readable description of the pending state.

Constructors

Link copied to clipboard
constructor(message: String? = null)

Properties

Link copied to clipboard