UNPKG

ironsource-mediation

Version:

IronSource ad mediation React-Native plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.

17 lines (16 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IronSourceContainerParams = void 0; /** * @deprecated This method will be removed in future versions. Please use LevelPlayBannerAdView instead. */ class IronSourceContainerParams { constructor(width = -1, height = -1) { this.width = width; this.height = height; } } exports.IronSourceContainerParams = IronSourceContainerParams; //# sourceMappingURL=IronSourceContainerParams.js.map