ironsource-mediation
Version:
IronSource ad mediation React-Native plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.
14 lines • 338 B
TypeScript
/**
* LevelPlaySegment model represents a segment in LevelPlay.
*/
export type LevelPlaySegment = {
segmentName?: string;
isPaying?: boolean;
level?: number;
userCreationDate?: number;
iapTotal?: number;
customParameters?: {
[key: string]: string;
};
};
//# sourceMappingURL=LevelPlaySegment.d.ts.map