UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

32 lines (31 loc) 949 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OmidFriendlyObstructionPurpose = void 0; /** * The list of reasons for which an obstruction would be registered as friendly. * * @category Ads * @public */ let OmidFriendlyObstructionPurpose = exports.OmidFriendlyObstructionPurpose = /*#__PURE__*/function (OmidFriendlyObstructionPurpose) { OmidFriendlyObstructionPurpose["VIDEO_CONTROLS"] = "videoControls"; OmidFriendlyObstructionPurpose["CLOSE_AD"] = "closeAd"; OmidFriendlyObstructionPurpose["NOT_VISIBLE"] = "notVisible"; OmidFriendlyObstructionPurpose["OTHER"] = "other"; return OmidFriendlyObstructionPurpose; }({}); /** * Represents a friendly obstruction instance for OMID. * * @category Ads * @public */ /** * The Omid API, which can be used to add as well as remove friendly video controls overlay obstructions. * * @category Ads * @public */ //# sourceMappingURL=Omid.js.map