@appmetrica/react-native-analytics
Version:
React Native plugin for AppMetrica analytics tool
16 lines (15 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AdType = void 0;
let AdType = exports.AdType = /*#__PURE__*/function (AdType) {
AdType["NATIVE"] = "native";
AdType["BANNER"] = "banner";
AdType["MREC"] = "mrec";
AdType["INTERSTITIAL"] = "interstitial";
AdType["REWARDED"] = "rewarded";
AdType["OTHER"] = "other";
return AdType;
}({});
//# sourceMappingURL=revenue.js.map