1.0.8 • Published 5 months ago
capacitor-admob-keder v1.0.8
capacitor-admob
is a plugin to create google admod integration with all its functionalities
Install
npm install capacitor-admob
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
initNativeAds(...)
initNativeAds(options: { idAdd: string; }) => Promise<ResponseInitNativeAdss>
Param | Type |
---|---|
options | { idAdd: string; } |
Returns: Promise<ResponseInitNativeAdss>
recordClick(...)
recordClick(options: { adKey: string; }) => Promise<void>
Param | Type |
---|---|
options | { adKey: string; } |
Interfaces
ResponseInitNativeAdss
Prop | Type |
---|---|
adKey | string |
body | string |
callToAction | string |
headline | string |
imageUrl | string |
store | string |