var SdkHelper;!function(e){var i=function(){function e(){}return Object.defineProperty(e,"isNativeMobile",{get:function(){return Laya.Render.isConchApp},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isH5Platform",{get:function(){return this.isH5AndroidEnable()},enumerable:!1,configurable:!0}),e.playShortVibrate=function(){Laya.Browser.onMiniGame&&Laya.Browser.window.wx.vibrateShort()},e.isH5AndroidEnable=function(){var e=MiniGameInfo;return e?e._minigameOption?e._minigameOption.android?e._minigameOption.android.enabled:(console.info("====> minigameInfo's android is null"),!1):(console.info("====> minigameInfo's minigameOption is null"),!1):(console.info("====> minigameInfo is null"),!1)},e.init=function(){this.isNativeMobile&&(this._systemHelper||(this._systemHelper=Laya.PlatformClass.createClass("sdkhelper.SystemHelper")))},e.vibrate=function(e){this._systemHelper&&(console.info("===> Virate: "+e),this._systemHelper.call("vibrate",e))},e.shortVibrate=function(){this.isNativeMobile&&this.vibrate(50)},e.changeAdflyPos=function(e){this._systemHelper&&(console.info("===> changeAdflyPos :"+e),this._systemHelper.call("changeAdflyPos",e))},e.setAdflyState=function(e){GameBaseData.isShowGameView||(this._systemHelper?(console.info("===> adflystate :"+e),this._systemHelper.call("setAdflyState",e)):console.info("===> _systemHelper is null :"+e))},e}();e.SdkUtils=i}(SdkHelper||(SdkHelper={}));