ReportingApiReportAdded

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

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