UNPKG

ironsource-mediation

Version:

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

14 lines (13 loc) 291 B
/** * LevelPlaySegment model represents a segment in LevelPlay. */ export type LevelPlaySegment = { segmentName?: string isPaying?: boolean level?: number // Int userCreationDate?: number // Long iapTotal?: number // Double customParameters?: { [key: string]: string } }