ZTEventReporter

interface ZTEventReporter

ZTEventReporter

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Functions

log
Link copied to clipboard
abstract fun log(logPayload: LogPayload): Completable
abstract fun log(event: ZTReportableEvent): Completable
abstract fun log(event: Map<String, Any>): Completable

Inheritors

DebugReporter
Link copied to clipboard
ZTEventReporterImpl
Link copied to clipboard