コード例 #1
0
        public override void DoInit()
        {
            base.DoInit();
            string format   = "{{ \"appId\":\"{0}\", \"appKey\":\"{1}\" }}";
            string jsonData = string.Format(format, this.AppId, this.AppKey);

            JoyYouNativeInterface.ShareSdkInit(1, jsonData);
        }