ironsource-mediation
Version:
IronSource ad mediation React-Native plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.
23 lines (21 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SIZE_MEDIUM_RECTANGLE_LABEL = exports.SIZE_LARGE_LABEL = exports.SIZE_CUSTOM_LABEL = exports.SIZE_BANNER_LABEL = exports.PLUGIN_VERSION = exports.PLUGIN_TYPE = exports.MEDIUM_RECTANGLE_WIDTH = exports.MEDIUM_RECTANGLE_HEIGHT = exports.LARGE_WIDTH = exports.LARGE_HEIGHT = exports.IOS_SDK_VERSION = exports.BANNER_WIDTH = exports.BANNER_HEIGHT = exports.ANDROID_SDK_VERSION = void 0;
const PLUGIN_TYPE = exports.PLUGIN_TYPE = 'ReactNative';
const PLUGIN_VERSION = exports.PLUGIN_VERSION = '3.2.0';
const ANDROID_SDK_VERSION = exports.ANDROID_SDK_VERSION = '8.10.0';
const IOS_SDK_VERSION = exports.IOS_SDK_VERSION = '8.10.0';
// Banner
const BANNER_WIDTH = exports.BANNER_WIDTH = 320;
const BANNER_HEIGHT = exports.BANNER_HEIGHT = 50;
const LARGE_WIDTH = exports.LARGE_WIDTH = 320;
const LARGE_HEIGHT = exports.LARGE_HEIGHT = 90;
const MEDIUM_RECTANGLE_WIDTH = exports.MEDIUM_RECTANGLE_WIDTH = 300;
const MEDIUM_RECTANGLE_HEIGHT = exports.MEDIUM_RECTANGLE_HEIGHT = 250;
const SIZE_BANNER_LABEL = exports.SIZE_BANNER_LABEL = 'BANNER';
const SIZE_LARGE_LABEL = exports.SIZE_LARGE_LABEL = 'LARGE';
const SIZE_MEDIUM_RECTANGLE_LABEL = exports.SIZE_MEDIUM_RECTANGLE_LABEL = 'MEDIUM_RECTANGLE';
const SIZE_CUSTOM_LABEL = exports.SIZE_CUSTOM_LABEL = 'CUSTOM';
//# sourceMappingURL=IronSourceConstants.js.map