0.0.6 • Published 2 years ago

capacitor-meta-audience v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-meta-audience

⛔ The Plugin is under development ⛔

Meta Audience integration for Capacitor apps.

Installation

npm install capacitor-meta-audience
npx cap sync

API

  • showBanner(...)
  • hideBanner(...)
  • resumeBanner(...)
  • removeBanner(...)
  • showInterstitial(...)

showBanner(...)

Display a banner ad in your app.

showBanner(options: AdOptions) => Promise<void>
ParamType
options{ placementId: string; }

Returns: Promise<void>

hideBanner(...)

Hide a currently displayed banner ad without removing it.

hideBanner() => Promise<void>

Returns: Promise<void>

resumeBanner(...)

Resume or show a previously hidden banner ad.

resumeBanner() => Promise<void>

Returns: Promise<void>

removeBanner(...)

Completely remove the banner ad from the view.

removeBanner() => Promise<void>

Returns: Promise<void>

showInterstitial(...)

Display an interstitial ad in your app.

showInterstitial(options: AdOptions) => Promise<void>
ParamType
options{ placementId: string; }

Returns: Promise<void>

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago