Radar Search Geofences Callback
interface RadarSearchGeofencesCallback
Content copied to clipboard
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)
Content copied to clipboard