README
@admob-plus/capacitor
AdMob Plus Capacitor Plugin
Install
npm install @admob-plus/capacitor
npx cap sync
API
start()
start() => any
Returns: any
interstitialLoad(...)
interstitialLoad(opts: { id: number; adUnitId: string; }) => any
Param | Type |
---|---|
opts |
{ id: number; adUnitId: string; } |
Returns: any
interstitialShow(...)
interstitialShow(opts: { id: number; }) => any
Param | Type |
---|---|
opts |
{ id: number; } |
Returns: any
rewardedLoad(...)
rewardedLoad(opts: { id: number; adUnitId: string; }) => any
Param | Type |
---|---|
opts |
{ id: number; adUnitId: string; } |
Returns: any
rewardedShow(...)
rewardedShow(opts: { id: number; }) => any
Param | Type |
---|---|
opts |
{ id: number; } |
Returns: any