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
17 lines (16 loc) • 758 B
TypeScript
export declare const CheckPropertyExists: (obj: any, propkey: any) => any;
/**
* Returns extention data object or null if extention data not found.
* @param {object} message - message Object from SDK
* @param {string} extentionKey extention tobe searched
* @returns object or null.
*/
export declare const getExtentionData: (message: any, extentionKey: any) => any;
/**
* Returns extention data object or null if extention data not found.
* @param {object} message - message Object from SDK
* @param {string} extentionKey extention tobe searched
* @returns object or null.
*/
export declare const getExtentionDataByMetaData: (metadata: any, extentionKey: any) => any;
export declare const getMetadataByKey: (message: any, metadataKey: any) => any;