ironsource-mediation
Version:
IronSource ad mediation React-Native plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.
11 lines • 325 B
TypeScript
/**
* Used for Event Listeners
*
* @deprecated This class will be removed in native sdk version 9.0.0 along with LevelPlayRewardedVideoBaseListener.
*/
export type IronSourceRVPlacement = {
placementName: string;
rewardName: string;
rewardAmount: number;
};
//# sourceMappingURL=IronSourceRVPlacement.d.ts.map