UNPKG

ironsource-mediation

Version:

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

14 lines 263 B
/** * Represents an reward for watching a rewarded video. */ export type LevelPlayReward = { /** * The reward name. */ name: string; /** * The reward amount. */ amount: number; }; //# sourceMappingURL=LevelPlayReward.d.ts.map