Package io. radar. sdk
Types
RadarForegroundService
Link copied to clipboard
RadarJobScheduler
Link copied to clipboard
RadarLocationReceiver
Link copied to clipboard
RadarReceiver
Link copied to clipboard
abstract class RadarReceiver
Content copied to clipboard
RadarTrackingOptions
Link copied to clipboard
data class RadarTrackingOptions(desiredStoppedUpdateInterval: Int, fastestStoppedUpdateInterval: Int, desiredMovingUpdateInterval: Int, fastestMovingUpdateInterval: Int, desiredSyncInterval: Int, desiredAccuracy: RadarTrackingOptions.RadarTrackingOptionsDesiredAccuracy, stopDuration: Int, stopDistance: Int, startTrackingAfter: Date?, stopTrackingAfter: Date?, replay: RadarTrackingOptions.RadarTrackingOptionsReplay, sync: RadarTrackingOptions.RadarTrackingOptionsSync, useStoppedGeofence: Boolean, stoppedGeofenceRadius: Int, useMovingGeofence: Boolean, movingGeofenceRadius: Int, syncGeofences: Boolean, syncGeofencesLimit: Int, foregroundServiceEnabled: Boolean, beacons: Boolean)
Content copied to clipboard
RadarTripOptions
Link copied to clipboard
data class RadarTripOptions(externalId: String, metadata: JSONObject?, destinationGeofenceTag: String?, destinationGeofenceExternalId: String?, mode: Radar.RadarRouteMode)
Content copied to clipboard