interface EventReporter
EventReporter is class that process meeting event that is created in EventAnalyticsController.
report |
Report the meeting event abstract fun report(event: SDKEvent): Unit |
start |
Start EventReporter and process data abstract fun start(): Unit |
stop |
Stop EventReporter and processing data abstract fun stop(): Unit |
DefaultEventReporter |
class DefaultEventReporter : EventReporter |