@kustomer/chat-react-native
Version:
Kustomer Chat SDK wrapper for React Native
28 lines (27 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KusChannelType = exports.ConversationStatus = exports.ConversationLockReason = void 0;
let KusChannelType = exports.KusChannelType = /*#__PURE__*/function (KusChannelType) {
KusChannelType["conversation"] = "conversation";
KusChannelType["sharedConversation"] = "shared-conversation";
KusChannelType["sharedCustomer"] = "shared-customer";
KusChannelType["sharedCustomerPresence"] = "shared-customer-presence";
KusChannelType["metaConversation"] = "meta-conversation";
KusChannelType["metaCustomer"] = "meta-customer";
KusChannelType["pushNotification"] = "push-notification";
return KusChannelType;
}({});
let ConversationStatus = exports.ConversationStatus = /*#__PURE__*/function (ConversationStatus) {
ConversationStatus["open"] = "open";
ConversationStatus["ended"] = "ended";
ConversationStatus["new"] = "new";
return ConversationStatus;
}({});
let ConversationLockReason = exports.ConversationLockReason = /*#__PURE__*/function (ConversationLockReason) {
ConversationLockReason["customerEnded"] = "customerEnded";
ConversationLockReason["userEnded"] = "userEnded";
return ConversationLockReason;
}({});
//# sourceMappingURL=KusConversation.js.map