public class BatchReportCallback
Abstract class for receiving a class BatchReportResponse
.
class BatchReportResponse
public BatchReportCallback()
Abstract class for receiving a class BatchReportResponse
.
class BatchReportResponse
public void onReportReceived(@NotNull BatchReportResponse batchReportResponse)
Called when a class BatchReportResponse
is received.
class BatchReportResponse
public void onError(@NotNull UnhandledError error)
the function called when we receive an unhandled error when getting the report.