verify

suspend fun verify(handler: (LocationCheck) -> Unit)

Verifies if the location request can be fulfilled and calls the handler after evaluation.

Parameters

handler

The action to call after the execution of the request has been checked.