react-native-crisp-chat-sdk
Version:
React-Native bridge for Crisp chat iOS and Android SDK
22 lines (21 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.CrispSessionEventColors = void 0;
var _reactNative = require("react-native");
let CrispSessionEventColors = exports.CrispSessionEventColors = /*#__PURE__*/function (CrispSessionEventColors) {
CrispSessionEventColors[CrispSessionEventColors["RED"] = 0] = "RED";
CrispSessionEventColors[CrispSessionEventColors["ORANGE"] = 1] = "ORANGE";
CrispSessionEventColors[CrispSessionEventColors["YELLOW"] = 2] = "YELLOW";
CrispSessionEventColors[CrispSessionEventColors["GREEN"] = 3] = "GREEN";
CrispSessionEventColors[CrispSessionEventColors["BLUE"] = 4] = "BLUE";
CrispSessionEventColors[CrispSessionEventColors["PURPLE"] = 5] = "PURPLE";
CrispSessionEventColors[CrispSessionEventColors["PINK"] = 6] = "PINK";
CrispSessionEventColors[CrispSessionEventColors["BROWN"] = 7] = "BROWN";
CrispSessionEventColors[CrispSessionEventColors["GREY"] = 8] = "GREY";
CrispSessionEventColors[CrispSessionEventColors["BLACK"] = 9] = "BLACK";
return CrispSessionEventColors;
}({});
var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing('NativeCrispModule');
//# sourceMappingURL=NativeCrispModule.js.map