Exemplo n.º 1
0
        public void Call_Cmd(string cmd, string info = null, string jstr = null, bool waiting = true)
        {
            debug.Log(string.Concat(new object[]
            {
                "Call_Cmd::",
                Application.platform,
                " ",
                Globle.QSMY_Platform_Index
            }));
            bool flag = Application.platform != RuntimePlatform.Android;

            if (!flag)
            {
                if (waiting)
                {
                    InterfaceMgr.getInstance().open(InterfaceMgr.SDK_LOADING, null, false);
                }
                AndroidPlotformSDK.m_bInCalling = true;
                bool flag2 = info != null && jstr != null;
                if (flag2)
                {
                    AndroidPlotformSDK.ANDROID_PLOTFORM_SDK_INFO_CALL(info, jstr);
                }
                AndroidPlotformSDK.ANDROID_PLOTFORM_SDK_CALL(cmd);
                debug.Log("ANDROID_PLOTFORM_SDK_CALL::");
            }
        }
Exemplo n.º 2
0
        public void Add_moreCmdInfo(string info, string jstr)
        {
            bool flag = Application.platform != RuntimePlatform.Android;

            if (!flag)
            {
                bool flag2 = Globle.QSMY_Platform_Index != ENUM_QSMY_PLATFORM.QSPF_LINKSDK;
                if (!flag2)
                {
                    AndroidPlotformSDK.ANDROID_PLOTFORM_SDK_INFO_CALL(info, jstr);
                }
            }
        }