UNPKG

@kustomer/chat-react-native

Version:

Kustomer Chat SDK wrapper for React Native

24 lines (23 loc) 1.04 kB
"use strict"; export let 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; }({}); export let ConversationStatus = /*#__PURE__*/function (ConversationStatus) { ConversationStatus["open"] = "open"; ConversationStatus["ended"] = "ended"; ConversationStatus["new"] = "new"; return ConversationStatus; }({}); export let ConversationLockReason = /*#__PURE__*/function (ConversationLockReason) { ConversationLockReason["customerEnded"] = "customerEnded"; ConversationLockReason["userEnded"] = "userEnded"; return ConversationLockReason; }({}); //# sourceMappingURL=KusConversation.js.map