onPerformanceReportCompleted abstract method

void onPerformanceReportCompleted(
  1. String report
)

Callback method that gets called when the native core has finished the report, request by the getPerformanceReport() call.

Implementation

void onPerformanceReportCompleted(String report);