UNPKG

@kustomer/chat-react-native

Version:

Kustomer Chat SDK wrapper for React Native

27 lines (26 loc) 1.01 kB
"use strict"; export let KustomerConfigurationError = /*#__PURE__*/function (KustomerConfigurationError) { KustomerConfigurationError["notEnoughDiskSpace"] = "notEnoughDiskSpace"; return KustomerConfigurationError; }({}); export let PresenceType = /*#__PURE__*/function (PresenceType) { PresenceType["online"] = "online"; PresenceType["offline"] = "offline"; return PresenceType; }({}); export let PushEnvironment = /*#__PURE__*/function (PushEnvironment) { PushEnvironment["development"] = "development"; PushEnvironment["production"] = "production"; return PushEnvironment; }({}); export let KustomerLogType = /*#__PURE__*/function (KustomerLogType) { KustomerLogType["all"] = "all"; KustomerLogType["info"] = "info"; KustomerLogType["error"] = "error"; KustomerLogType["debug"] = "debug"; KustomerLogType["warning"] = "warning"; /** @ignore this is always logged */ KustomerLogType["fatal"] = "fatal"; return KustomerLogType; }({}); //# sourceMappingURL=KustomerOptions.js.map