GeolocationEvents

sealed class GeolocationEvents : STWEvent

Types

Link copied to clipboard
data class BeaconFeatureChanged(val isEnable: Boolean) : FeatureEvents
Link copied to clipboard
data class DispatcherManagerChanged(val changed: Boolean) : FeatureEvents
Link copied to clipboard
data class DistanceBasedLocationFeatureChanged(val isEnable: Boolean) : FeatureEvents
data class GeolocationStatusModificationFeatureChanged(val isEnable: Boolean) : FeatureEvents
Link copied to clipboard
data class GpsOnlyFeatureChanged(val isEnable: Boolean) : FeatureEvents
Link copied to clipboard
data class TrackingRulesFeatureChanged(val trackingRulesItems: List<GeolocTrackingRulesItem>?, val isEnable: Boolean) : FeatureEvents
Link copied to clipboard
data class WakeUpDeviceFeatureChanged(val isEnable: Boolean) : FeatureEvents

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String