rn-webim-chat
Version:
Webim chat wrapper for React-Native. Supports Android and iOS. Fixed issues for native platforms build that are present in the official package.
21 lines (20 loc) • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WebimEvents = void 0;
let WebimEvents;
exports.WebimEvents = WebimEvents;
(function (WebimEvents) {
WebimEvents["NEW_MESSAGE"] = "newMessage";
WebimEvents["REMOVE_MESSAGE"] = "removeMessage";
WebimEvents["EDIT_MESSAGE"] = "changedMessage";
WebimEvents["CLEAR_DIALOG"] = "allMessagesRemoved";
WebimEvents["TOKEN_UPDATED"] = "tokenUpdated";
WebimEvents["ERROR"] = "error";
WebimEvents["STATE"] = "onlineState";
WebimEvents["UNREAD_COUNTER"] = "unreadCount";
WebimEvents["TYPING"] = "typing";
WebimEvents["FILE_UPLOADING_PROGRESS"] = "fileUploading";
})(WebimEvents || (exports.WebimEvents = WebimEvents = {}));
//# sourceMappingURL=types.js.map