bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
37 lines • 836 B
JavaScript
/**
* Quartiles that can be reached during an ad playback.
*/
export var AdQuartile;
(function (AdQuartile) {
/**
* Fist ad quartile.
*/
AdQuartile["FIRST"] = "first";
/**
* Mid ad quartile.
*/
AdQuartile["MID_POINT"] = "mid_point";
/**
* Third ad quartile.
*/
AdQuartile["THIRD"] = "third";
})(AdQuartile || (AdQuartile = {}));
/**
* The possible types an `AdSource` can be.
*/
export var AdSourceType;
(function (AdSourceType) {
/**
* Google Interactive Media Ads.
*/
AdSourceType["IMA"] = "ima";
/**
* Unknown ad source type.
*/
AdSourceType["UNKNOWN"] = "unknown";
/**
* Progressive ad type.
*/
AdSourceType["PROGRESSIVE"] = "progressive";
})(AdSourceType || (AdSourceType = {}));
//# sourceMappingURL=advertising.js.map