#if WEBGL_BYTEDANCE using System.Collections.Generic; using StarkSDKSpace; namespace HC { public class HCBytedanceAnalytics : HCIAnalytics { public void TrackEvent(string eventName, Dictionary eventDic = null) { eventDic ??= new Dictionary(); StarkSDK.API.ReportAnalytics(eventName, eventDic); } } } #endif