enableReportingApi

suspend fun enableReportingApi(args: Network.EnableReportingApiParameter, mode: CommandMode = CommandMode.DEFAULT)

Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers 'reportingApiReportAdded' for all existing reports.


suspend fun enableReportingApi(enable: Boolean)

Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers 'reportingApiReportAdded' for all existing reports.

Parameters

enable

Whether to enable or disable events for the Reporting API