UNPKG

ironsource-mediation

Version:

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

12 lines (11 loc) 320 B
/** * @deprecated This method will be removed in future versions. Please use LevelPlayBannerAdView instead. */ export class IronSourceContainerParams { width: number; height: number; constructor(width: number = -1, height: number = -1) { this.width = width; this.height = height; } }