@kustomer/chat-react-native
Version:
Kustomer Chat SDK wrapper for React Native
30 lines (29 loc) • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PushEnvironment = exports.PresenceType = exports.KustomerLogType = exports.KustomerConfigurationError = void 0;
let KustomerConfigurationError = exports.KustomerConfigurationError = /*#__PURE__*/function (KustomerConfigurationError) {
KustomerConfigurationError["notEnoughDiskSpace"] = "notEnoughDiskSpace";
return KustomerConfigurationError;
}({});
let PresenceType = exports.PresenceType = /*#__PURE__*/function (PresenceType) {
PresenceType["online"] = "online";
PresenceType["offline"] = "offline";
return PresenceType;
}({});
let PushEnvironment = exports.PushEnvironment = /*#__PURE__*/function (PushEnvironment) {
PushEnvironment["development"] = "development";
PushEnvironment["production"] = "production";
return PushEnvironment;
}({});
let KustomerLogType = exports.KustomerLogType = /*#__PURE__*/function (KustomerLogType) {
KustomerLogType["all"] = "all";
KustomerLogType["info"] = "info";
KustomerLogType["error"] = "error";
KustomerLogType["debug"] = "debug";
KustomerLogType["warning"] = "warning";
KustomerLogType["fatal"] = "fatal";
return KustomerLogType;
}({});
//# sourceMappingURL=KustomerOptions.js.map