UNPKG

react-native-chating-ui-kit

Version:

CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly

44 lines (43 loc) 1.44 kB
export declare class CometChatMessageEvents { static messageReceived: symbol; static customMessageReceived: symbol; static groupActionMessageReceived: symbol; static callActionMessageReceived: symbol; static messageRead: symbol; static messageDelivered: symbol; static messageEdited: symbol; static messageDeleted: symbol; static messagesFetched: symbol; static previousMessagesFetched: symbol; static refreshingMessages: symbol; static messagesRefreshed: symbol; static storeMessage: symbol; static scrolledUp: symbol; static scrolledToBottom: symbol; static markMessageAsRead: symbol; static onLiveReaction: symbol; static onMessageSent: symbol; static onMessageEdit: symbol; static onMessageDelete: symbol; static onMessageReply: symbol; static onMessageRead: symbol; static onMessageReaction: symbol; static onViewInformation: symbol; static onMessageError: symbol; static onMessageReactionError: symbol; static previewMessageForEdit: symbol; static onBackButtonClick: symbol; static _triggers: {}; static emit: (...args: any[]) => void; /** * @param {string} event * @param {string} id */ static removeListener: (...args: any[]) => void; /** * @param {string} event * @param {string} id * @param {func} callback */ static addListener: (...args: any[]) => void; }