public ReportCallback
Callback which is responsible to inform about a received class Report
or respective error.
class Report
Modifier and Type | Method and Description |
---|---|
void |
onError(GeofencingException error)
Called when an error occurs during the process of obtaining the
class Report . |
void |
onSuccess(Report report)
Called when a
class Report has been obtained successfully. |
void onSuccess(Report report)
Called when a class Report
has been obtained successfully.
report
- The obtained Report.class Report
void onError(GeofencingException error)
Called when an error occurs during the process of obtaining the class Report
.
error
- Error which occurred while obtaining the class Report
.class Report