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.

7 lines 305 B
/** * A custom hook that invokes a callback when the app transitions to the foreground. * * @param {Function} callback - The function to be called when the app has come to the foreground. */ export declare function useForeground(callback: () => void): void; //# sourceMappingURL=useForeground.d.ts.map