onAvailabilityChanged

abstract fun onAvailabilityChanged(isAvailable: Boolean)

Called when an availability of location-based service on the device has been changed. This happens when, for example, a user disables geolocation on the device.

Parameters

isAvailable

True if available, false if it's not.