@appmetrica/react-native-analytics
Version:
React Native plugin for AppMetrica analytics tool
11 lines • 343 B
JavaScript
export let AdType = /*#__PURE__*/function (AdType) {
AdType["NATIVE"] = "native";
AdType["BANNER"] = "banner";
AdType["MREC"] = "mrec";
AdType["INTERSTITIAL"] = "interstitial";
AdType["REWARDED"] = "rewarded";
AdType["APP_OPEN"] = "app_open";
AdType["OTHER"] = "other";
return AdType;
}({});
//# sourceMappingURL=revenue.js.map