Properties
Functions
Link copied to clipboard
Link copied to clipboard
Use bundledFileStorage in case your product comes with pre-bundled metadata in case clients are not connected to internet on first startup of the product.
Link copied to clipboard
Use eventLogFileStorage to specify a separate file storage for event log data used by the report dispatcher. If not set, the regular fileStorage will be used instead.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <E, R> FusClientComponents.Builder<E, R>.reportAnonymizer(provider: ReportAnonymizerProvider<E, R>)
Link copied to clipboard
fun <E, R> FusClientComponents.Builder<E, R>.reportDispatcher(provider: FusReportDispatcherProvider<E, R>)
Link copied to clipboard
fun <E, R> FusClientComponents.Builder<E, R>.reportValidator(provider: ReportValidatorProvider<E, R>)