{"version":3,"sources":["../../../src/web.ts"],"names":[],"mappings":"yGAAA,6DAWM,MAAO,UAAiB,IAC5B,cACE,MAAM,CACJ,KAAM,QACN,UAAW,CAAC,QAEhB,CAEA,gBAAM,GACJ,QAAQ,IAAI,aACd,CAEA,oBAAM,GACJ,QAAQ,IAAI,iBACd,CAEA,iCAAM,GACJ,MAAO,CACL,OAAQ,aAEZ,CAEA,yBAAM,CAAoB,GACxB,QAAQ,IAAI,sBAAuB,EACrC,CAEA,0BAAM,CAAqB,GACzB,QAAQ,IAAI,uBAAwB,EACtC,CAEA,gBAAM,CAAW,GACf,QAAQ,IAAI,aAAc,EAC5B,CAGA,gBAAM,GACJ,QAAQ,IAAI,aACd,CAGA,kBAAM,GACJ,QAAQ,IAAI,eACd,CAGA,kBAAM,GACJ,QAAQ,IAAI,eACd,CAEA,yBAAM,CAAoB,GAExB,OADA,QAAQ,IAAI,sBAAuB,GAC5B,CACL,SAAU,EAAQ,KAEtB,CAEA,sBAAM,GACJ,QAAQ,IAAI,mBACd,CAEA,0BAAM,CAAqB,GAEzB,OADA,QAAQ,IAAI,GACL,CACL,SAAU,EAAQ,KAEtB,CAEA,uBAAM,GACJ,MAAO,CACL,KAAM,GACN,OAAQ,EAEZ,E","file":"static/js/42.a8e5be15.chunk.js","sourcesContent":["import { WebPlugin } from '@capacitor/core';\nexport class AdMobWeb extends WebPlugin {\n constructor() {\n super({\n name: 'AdMob',\n platforms: ['web'],\n });\n }\n async initialize() {\n console.log('initialize');\n }\n async targetSettings() {\n console.log('targetSettings');\n }\n async trackingAuthorizationStatus() {\n return {\n status: 'authorized',\n };\n }\n async setApplicationMuted(options) {\n console.log('setApplicationMuted', options);\n }\n async setApplicationVolume(options) {\n console.log('setApplicationVolume', options);\n }\n async showBanner(options) {\n console.log('showBanner', options);\n }\n // Hide the banner, remove it from screen, but can show it later\n async hideBanner() {\n console.log('hideBanner');\n }\n // Resume the banner, show it after hide\n async resumeBanner() {\n console.log('resumeBanner');\n }\n // Destroy the banner, remove it from screen.\n async removeBanner() {\n console.log('removeBanner');\n }\n async prepareInterstitial(options) {\n console.log('prepareInterstitial', options);\n return {\n adUnitId: options.adId,\n };\n }\n async showInterstitial() {\n console.log('showInterstitial');\n }\n async prepareRewardVideoAd(options) {\n console.log(options);\n return {\n adUnitId: options.adId,\n };\n }\n async showRewardVideoAd() {\n return {\n type: '',\n amount: 0,\n };\n }\n}\n//# sourceMappingURL=web.js.map"],"sourceRoot":""}