UNPKG

@wscsports/blaze-rtn-sdk

Version:
37 lines (36 loc) 1.01 kB
/** * This model holds extra information about the content being displayed before/during/after ads, if available. * * For Ads between Moments (IMA/Custom Native): * * - [previous] - Previous moment extra info. * - [current] - `null`. * - [next] - Next moment extra info. * * For Ads between Stories (IMA/Custom Native): * * - [previous] - Previous story extra info. * - [current] - `null`. * - [next] - Next story extra info. * * For Banner Ads on Stories: * * - [previous] - Previous story extra info. * - [current] - Current story extra info. * - [next] - Next story extra info. * * For Ads between Stories Pages (IMA/Custom Native): * * - [previous] - Previous page extra info. * - [current] - Current story extra info. * - [next] - Next page extra info. * * For Videos (IMA): * * - [previous] - `null`. * - [current] - Current video extra info. * - [next] - `null`. */ ; export {}; //# sourceMappingURL=ads-shared.js.map