public static void OnStart()
        {
            string appID     = msAppID4TDGA;
            string channelID = "" + SDKEntryMgr.GetChannel();

            TalkingDataGA.OnStart(appID, channelID);
            bInit = true;
        }
 public int GetChannel()
 {
     return(SDKEntryMgr.GetChannel());
 }