UNPKG

@dmgt/google-ad-manager-api

Version:
42 lines 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Platform = exports.IntegrationType = exports.Format = exports.Environment = exports.Status = void 0; var Status; (function (Status) { Status["UNKNOWN"] = "UNKNOWN"; Status["PENDING"] = "PENDING"; Status["ACTIVE"] = "ACTIVE"; Status["DEPRECATED"] = "DEPRECATED"; })(Status || (exports.Status = Status = {})); var Environment; (function (Environment) { Environment["UNKNOWN"] = "UNKNOWN"; Environment["MOBILE"] = "MOBILE"; Environment["VIDEO_VAST"] = "VIDEO_VAST"; Environment["WEB"] = "WEB"; })(Environment || (exports.Environment = Environment = {})); var Format; (function (Format) { Format["UNKNOWN"] = "UNKNOWN"; Format["BANNER"] = "BANNER"; Format["INTERSTITIAL"] = "INTERSTITIAL"; Format["NATIVE"] = "NATIVE"; Format["VIDEO_VAST"] = "VIDEO_VAST"; Format["REWARDED"] = "REWARDED"; Format["REWARDED_INTERSTITIAL"] = "REWARDED_INTERSTITIAL"; Format["APP_OPEN"] = "APP_OPEN"; })(Format || (exports.Format = Format = {})); var IntegrationType; (function (IntegrationType) { IntegrationType["UNKNOWN"] = "UNKNOWN"; IntegrationType["CUSTOM_EVENT"] = "CUSTOM_EVENT"; IntegrationType["SDK"] = "SDK"; IntegrationType["OPEN_BIDDING"] = "OPEN_BIDDING"; })(IntegrationType || (exports.IntegrationType = IntegrationType = {})); var Platform; (function (Platform) { Platform["UNKNOWN"] = "UNKNOWN"; Platform["ANDROID"] = "ANDROID"; Platform["IOS"] = "IOS"; })(Platform || (exports.Platform = Platform = {})); //# sourceMappingURL=Settings.js.map