ReportingApiReportAdded

@Serializable
data class ReportingApiReportAdded(val report: ReportingApiReport) : NetworkEvent

Is sent whenever a new report is added. And after 'enableReportingApi' for all existing reports.

Official doc

Constructors

Link copied to clipboard
constructor(report: ReportingApiReport)

Properties

Link copied to clipboard

(undocumented in the protocol definition)