Пример #1
0
 public override void InitGCloud(InitializeInfo cloudInfo)
 {
     MSDKLogin.LoginRetEvent        += OnLoginRetEvent;
     MSDKLogin.LoginBaseRetEvent    += OnLoginBaseRetEvent;
     MSDKNotice.NoticeRetEvent      += OnNoticeRetEvent;
     MSDKPush.PushBaseRetEvent      += OnPushBaseRetEvent;
     MSDKPush.PushNotificationEvent += OnPushNotificationEvent;
     MSDKCrash.CrashBaseRetEvent    += OnCrashBaseRetEvent;
     IGCloud.Instance.Initialize(cloudInfo);
     RegisterDirCallback();
     inited = true;
     MSDKPush.RegisterPush("XG");
     MSDKReport.Init("Beacon,TDM");
     MSDK.Init();
 }