UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (8 loc) 374 B
import { CometChat } from "@cometchat/chat-sdk-react-native"; export declare class InteractiveMessageUtils { static convertInteractiveMessage(item: any): any; static checkHasInteractionCompleted: ({ interactionGoal, interactedElements }: { interactionGoal: CometChat.InteractionGoal; interactedElements: CometChat.Interaction[]; }) => boolean; }