示例#1
0
        bool I3RDPlatformSDKEX.CheckStatus(string type, string jsonData)
        {
            bool result = true;

            if (JoyYouSDK.isInitialised)
            {
                result = JoyYouNativeInterface.CheckStatus(type, jsonData);
            }
            return(result);
        }