Пример #1
0
        public override void GameStepInfo(string step, string type)
        {
            Dictionary <string, string> paramsDic = new Dictionary <string, string>();

            paramsDic.Add("step", step);
            paramsDic.Add("type", type);
            MSDKReport.ReportEvent("GameStepInfo", paramsDic, "", true);
        }
Пример #2
0
 public override void ReportEvent(string eventName, Dictionary <string, string> paramsDic, string spChannels = "", bool isRealTime = true)
 {
     MSDKReport.ReportEvent(eventName, paramsDic, spChannels, isRealTime);
 }