UNPKG

gdevelop-cordova-admob-plus

Version:

Trustable Google AdMob Cordova Plugin

14 lines (13 loc) 294 B
declare type AdId = number; declare class AdMobState { applicationId: undefined | string; devMode: boolean; platform: string; nextId: AdId; adUnits: { [key: string]: AdId; }; constructor(); getAdId(adUnitId: string): number; } export default AdMobState;