Package-level declarations
Types
Link copied to clipboard
class Report
Link copied to clipboard
class ReportBody
Link copied to clipboard
open class ReportingObserver(callback: ReportingObserverCallback, options: ReportingObserverOptions = definedExternally)
Link copied to clipboard
typealias ReportingObserverCallback = (reports: ReadonlyArray<Report>, observer: ReportingObserver) -> Unit
Link copied to clipboard
interface ReportingObserverOptions
Link copied to clipboard