UNPKG

413 BJavaScriptView Raw
1import { NativeModulesProxy } from '@unimodules/core';
2const { CTKInterstitialAdManager = {
3 async showAd() {
4 return false;
5 },
6}, } = NativeModulesProxy;
7export default {
8 /**
9 * Shows interstitial ad for a given placementId
10 */
11 async showAd(placementId) {
12 return await CTKInterstitialAdManager.showAd(placementId);
13 },
14};
15//# sourceMappingURL=InterstitialAdManager.js.map
\No newline at end of file