UNPKG

react-native-google-mobile-ads

Version:

React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.

36 lines (35 loc) 1.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AdsConsentSpecialFeatures = void 0; /* * Copyright (c) 2016-present Invertase Limited & Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this library except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * * * * The definitions in this document are copied from IAB's global vendor list. * * https://vendor-list.consensu.org/v2/vendor-list.json * https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework * */ let AdsConsentSpecialFeatures = exports.AdsConsentSpecialFeatures = /*#__PURE__*/function (AdsConsentSpecialFeatures) { AdsConsentSpecialFeatures[AdsConsentSpecialFeatures["USE_PRECISE_GEOLOCATION_DATA"] = 1] = "USE_PRECISE_GEOLOCATION_DATA"; AdsConsentSpecialFeatures[AdsConsentSpecialFeatures["ACTIVELY_SCAN_DEVICE_CHARACTERISTICS_FOR_IDENTIFICATION"] = 2] = "ACTIVELY_SCAN_DEVICE_CHARACTERISTICS_FOR_IDENTIFICATION"; return AdsConsentSpecialFeatures; }({}); //# sourceMappingURL=AdsConsentSpecialFeatures.js.map