UNPKG

@wscsports/blaze-rtn-sdk

Version:
41 lines (39 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * 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`. */ ; //# sourceMappingURL=ads-shared.js.map