@capgo/capacitor-admob
AdMob Plus Plugin interface for displaying Google AdMob ads in Capacitor apps.
Overview
Section titled “Overview”AdMob Plus Plugin interface for displaying Google AdMob ads in Capacitor apps.
Core Capabilities
Section titled “Core Capabilities”start- Initialize and start the AdMob SDK.configure- Configure AdMob settings.configRequest- Configure ad request settings.adCreate- Create a new ad instance.
Public API
Section titled “Public API”| Method | Description |
|---|---|
start | Initialize and start the AdMob SDK. |
configure | Configure AdMob settings. |
configRequest | Configure ad request settings. |
adCreate | Create a new ad instance. |
adIsLoaded | Check if an ad is loaded and ready to be shown. |
adLoad | Load an ad. |
adShow | Show a loaded ad. |
adHide | Hide a currently displayed ad. |
trackingAuthorizationStatus | Get the current tracking authorization status (iOS only). |
requestTrackingAuthorization | Request tracking authorization from the user (iOS only). |
addListener | Add a listener for ad events. |
getPluginVersion | Get the native Capacitor plugin version. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-admob.
Keep going from @capgo/capacitor-admob
Section titled “Keep going from @capgo/capacitor-admob”If you are using @capgo/capacitor-admob to plan native plugin work, connect it with Using @capgo/capacitor-admob for the native capability in Using @capgo/capacitor-admob, Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, Adding or Updating Plugins for the implementation detail in Adding or Updating Plugins, and Ionic Enterprise Plugin Alternatives for the product workflow in Ionic Enterprise Plugin Alternatives.