Radar Receiver
abstract class RadarReceiver
Content copied to clipboard
A receiver for client-side delivery of events, location updates, and debug logs. For more information, see .
See also
Constructors
RadarReceiver
Link copied to clipboard
fun RadarReceiver()
Content copied to clipboard
Functions
onClientLocationUpdated
Link copied to clipboard
abstract fun onClientLocationUpdated(context: Context, location: Location, stopped: Boolean, source: Radar.RadarLocationSource)
Content copied to clipboard
onError
Link copied to clipboard
onEventsReceived
Link copied to clipboard
abstract fun onEventsReceived(context: Context, events: Array<RadarEvent>, user: RadarUser?)
Content copied to clipboard
onLocationUpdated
Link copied to clipboard
abstract fun onLocationUpdated(context: Context, location: Location, user: RadarUser)
Content copied to clipboard