ZegoLiveRoom
zego-api-data-collector.h
Go to the documentation of this file.
1//
2// zego-api-data-collector.h
3// ZegoLiveRoom
4//
5// Created by Strong on 11/12/2017.
6//
7
8#ifndef zego_api_data_collector_h
9#define zego_api_data_collector_h
10
11#include "zego-api-defines.h"
12
13namespace ZEGO
14{
15 namespace DC
16 {
23 ZEGOAVKIT_API bool ReportEvent(const char *eventName, const char* eventContent);
24 }
25}
26
27#endif /* zego_api_data_collector_h */
ZEGOAVKIT_API bool ReportEvent(const char *eventName, const char *eventContent)
Definition: AVDefines.h:17
#define ZEGOAVKIT_API
Definition: zego-api-defines.h:59