ReportingObserver
open class ReportingObserver(callback: ReportingObserverCallback, options: ReportingObserverOptions = definedExternally)(source)
The ReportingObserver
interface of the Reporting API allows you to collect and access reports.
Constructors
Link copied to clipboard
constructor(callback: ReportingObserverCallback, options: ReportingObserverOptions = definedExternally)