UNPKG

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.

14 lines 590 B
export let 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 || (WebimEvents = {})); //# sourceMappingURL=types.js.map