ironsource-mediation
Version:
IronSource ad mediation React-Native plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.
10 lines • 304 B
JavaScript
/**
* @deprecated This method will be removed in future versions. Please use LevelPlayBannerAdView instead.
*/
export class IronSourceContainerParams {
constructor(width = -1, height = -1) {
this.width = width;
this.height = height;
}
}
//# sourceMappingURL=IronSourceContainerParams.js.map