UNPKG

capacitor-meta-ads

Version:

Capacitor plugin for Meta Audience Network ads integration with support for rewarded video and interstitial ads

7 lines 252 B
import { registerPlugin } from '@capacitor/core'; const MetaAds = registerPlugin('MetaAds', { web: () => import('./web').then((m) => new m.MetaAdsWeb()), }); export * from './definitions'; export { MetaAds }; //# sourceMappingURL=index.js.map