UNPKG

react-native-google-mobile-ads

Version:

React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.

14 lines 266 B
/** * An app event received from Google Ad Manager ads. */ export interface AppEvent { /** * The event name. */ name: string; /** * The data received with the app event. */ data?: string; } //# sourceMappingURL=AppEvent.d.ts.map