ILocation Scan
This callback is used with the LocatorScanner in order to delegate some operation to the user like :
- requestLocationPermission : delegate to the user a permission array for request grant
- onLocationChanged : when new location is received
- onLocationNotFound : when no location found after a timeout
See also
Functions
Link copied to clipboard
Called when need to check if need to retry again the retreive of location for an emergency (Alert/Mandown/Call/Ambient)
Link copied to clipboard
Link copied to clipboard
abstract fun onLocationNotFound(@NonNull data: String, isPermissionDenied: Boolean)
Content copied to clipboard
Called when no location found
Link copied to clipboard
abstract fun requestLocationPermission(@NonNull permissions: Array<String>, requestCode: Int)
Content copied to clipboard
Delegate to the user an array of permissions in order to request grant