示例#1
0
        public static void OnStart()
        {
            string appID     = msAppID4TDGA;
            string channelID = "" + SDKEntryMgr.GetChannel();

            TalkingDataGA.OnStart(appID, channelID);
            bInit = true;
        }
示例#2
0
 public int GetChannel()
 {
     return(SDKEntryMgr.GetChannel());
 }