@rohitninawe/chat-uikit-react-native
Version: 
Ready-to-use Chat UI Components for React Native
8 lines (7 loc) • 608 B
TypeScript
import { CometChat } from "@cometchat/chat-sdk-react-native";
import { CometChatCallLogDetailsTemplate, CometChatTheme } from "../shared";
export declare class CallingDetailsUtils {
    static getDefaultDetailsTemplates(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): Array<CometChatCallLogDetailsTemplate>;
    static getPrimaryDetailsTemplate(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): CometChatCallLogDetailsTemplate;
    static getSecondaryDetailsTemplate(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): CometChatCallLogDetailsTemplate;
}