@adobe/react-native-aepcore
Version:
Adobe Experience Platform support for React Native apps.
34 lines (33 loc) • 2.23 kB
JavaScript
/*
Copyright 2022 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file 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 REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Signal = exports.MobileCore = exports.Lifecycle = exports.Identity = exports.VisitorID = exports.PrivacyStatus = exports.MobileVisitorAuthenticationState = exports.LogLevel = exports.Event = void 0;
const tslib_1 = require("tslib");
const Identity_1 = tslib_1.__importDefault(require("./Identity"));
exports.Identity = Identity_1.default;
const Lifecycle_1 = tslib_1.__importDefault(require("./Lifecycle"));
exports.Lifecycle = Lifecycle_1.default;
const MobileCore_1 = tslib_1.__importDefault(require("./MobileCore"));
exports.MobileCore = MobileCore_1.default;
const Signal_1 = tslib_1.__importDefault(require("./Signal"));
exports.Signal = Signal_1.default;
const Event_1 = tslib_1.__importDefault(require("./models/Event"));
exports.Event = Event_1.default;
const LogLevel_1 = require("./models/LogLevel");
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return LogLevel_1.LogLevel; } });
const MobileVisitorAuthenticationState_1 = require("./models/MobileVisitorAuthenticationState");
Object.defineProperty(exports, "MobileVisitorAuthenticationState", { enumerable: true, get: function () { return MobileVisitorAuthenticationState_1.MobileVisitorAuthenticationState; } });
const PrivacyStatus_1 = require("./models/PrivacyStatus");
Object.defineProperty(exports, "PrivacyStatus", { enumerable: true, get: function () { return PrivacyStatus_1.PrivacyStatus; } });
const VisitorID_1 = tslib_1.__importDefault(require("./models/VisitorID"));
exports.VisitorID = VisitorID_1.default;
//# sourceMappingURL=index.js.map
;