RadarSearchGeofencesCallback

interface RadarSearchGeofencesCallback

Called when a geofence search request succeeds, fails, or times out.

Functions

onComplete
Link copied to clipboard
abstract fun onComplete(status: Radar.RadarStatus, location: Location? = null, geofences: Array<RadarGeofence>? = null)
Called when a geofence search request succeeds, fails, or times out.