@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.