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.

15 lines (13 loc) 213 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; }