LocationDisabled

data class LocationDisabled(val message: String = "Location services must be enabled for geofencing") : GeofenceError

Location services are disabled on the device.

Constructors

Link copied to clipboard
constructor(message: String = "Location services must be enabled for geofencing")

Properties

Link copied to clipboard