ApplicationStartupCollector

interface ApplicationStartupCollector : Collector

A collector that is also called at startup

Author

F43nd1r

Since

29.09.2017

Functions

Link copied to clipboard
abstract fun collect(context: Context, config: CoreConfiguration, reportBuilder: ReportBuilder, crashReportData: CrashReportData)

Execute collection

Link copied to clipboard
abstract fun collectApplicationStartUp(context: Context, config: CoreConfiguration)

collect startup data

Link copied to clipboard
open fun enabled(config: CoreConfiguration): Boolean

controls if this instance is active

Properties

Link copied to clipboard
open val order: Collector.Order

Inheritors

Link copied to clipboard
Link copied to clipboard