EventReporter
@objc
public protocol EventReporterEventReporter process data. It will be called in DefaultEventAnalyticsController.
- 
                  
                  Process the event. For instance, in the default implementation, it will save it to Event Table. DeclarationSwift func report(event: SDKEvent)ParameterseventSDK related events 
- 
                  
                  Start the EventReporter DeclarationSwift func start()
- 
                  
                  Stop the EventReporter DeclarationSwift func stop()
