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.

13 lines 601 B
export let NativeAdEventType = /*#__PURE__*/function (NativeAdEventType) { NativeAdEventType["IMPRESSION"] = "impression"; NativeAdEventType["CLICKED"] = "clicked"; NativeAdEventType["OPENED"] = "opened"; NativeAdEventType["CLOSED"] = "closed"; NativeAdEventType["VIDEO_PLAYED"] = "video_played"; NativeAdEventType["VIDEO_PAUSED"] = "video_paused"; NativeAdEventType["VIDEO_ENDED"] = "video_ended"; NativeAdEventType["VIDEO_MUTED"] = "video_muted"; NativeAdEventType["VIDEO_UNMUTED"] = "video_unmuted"; return NativeAdEventType; }({}); //# sourceMappingURL=NativeAdEventType.js.map