UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

30 lines (27 loc) 803 B
"use strict"; /** * The list of reasons for which an obstruction would be registered as friendly. * * @category Ads * @public */ export let 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