public virtual void InitSDK()
 {
     Debug.Log("------SDK Init Description Class------ : " + base.GetType().ToString());
     JoyYouNativeInterface.InitSDK(this.appId, this.appKey, this.logEnable, this.isLongConnect, this.rechargeEnable, this.rechargeAmount, this.closeRechargeAlertMsg, this.notifyObjName, this.isOriPortrait, this.isOriLandscapeLeft, this.isOriLandscapeRight, this.isOriPortraitUpsideDown);
 }