namespace HC { /// /// 统计上报到哪些平台 /// public enum TrackEventPlatform { All, Firebase, TD, Adjust, HC, WebGL, } }