react-native-firebase-compiled
Version:
A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto
27 lines (26 loc) • 812 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RewardedVideoEventTypes = exports.NativeExpressEventTypes = exports.default = void 0;
var _default = {
onAdLoaded: 'onAdLoaded',
onAdOpened: 'onAdOpened',
onAdLeftApplication: 'onAdLeftApplication',
onAdClosed: 'onAdClosed',
onAdFailedToLoad: 'onAdFailedToLoad'
};
exports.default = _default;
const NativeExpressEventTypes = {
onVideoEnd: 'onVideoEnd',
onVideoMute: 'onVideoMute',
onVideoPause: 'onVideoPause',
onVideoPlay: 'onVideoPlay',
onVideoStart: 'onVideoStart'
};
exports.NativeExpressEventTypes = NativeExpressEventTypes;
const RewardedVideoEventTypes = {
onRewarded: 'onRewarded',
onRewardedVideoStarted: 'onRewardedVideoStarted'
};
exports.RewardedVideoEventTypes = RewardedVideoEventTypes;
;