UNPKG

@niur/google-admanager-api

Version:
22 lines 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TargetPlatform = void 0; /** * Indicates the target platform. */ var TargetPlatform; (function (TargetPlatform) { /** * The desktop web. */ TargetPlatform["WEB"] = "WEB"; /** * Mobile devices. */ TargetPlatform["MOBILE"] = "MOBILE"; /** * An universal target platform that combines mobile and desktop features. */ TargetPlatform["ANY"] = "ANY"; })(TargetPlatform = exports.TargetPlatform || (exports.TargetPlatform = {})); //# sourceMappingURL=suggestedAdUnit.enum.js.map