@Beta(2020, 9) interface ReportCallback
Callback which is responsible to inform about a received Report or respective error.
abstract fun onError(error: GeofencingException): Unit
Called when an error occurs during the process of obtaining the Report. |
|
abstract fun onSuccess(report: Report): Unit
Called when a Report has been obtained successfully. |