コード例 #1
0
        public override void InitSDK()
        {
            string appKey = base.appKey;
            string closeRechargeAlertMsg = base.closeRechargeAlertMsg;
            bool   logEnable             = base.logEnable;

            JoyYouNativeInterface.initAdv(appKey, closeRechargeAlertMsg, logEnable);
        }