Skip to main content

PSSearchMessage

Tìm kiếm tin nhắn trong cuộc hội thoại

navigation.navigate('PSSearchMessageScreen', {
threadId: threadId,
});
import {PSSearchMessage} from '@communi/chat-react-native';
export const PSSearchMessageScreen = ({...}: {...}) => {
return <PSSearchMessage {...props} />;
}
type PSSearchMessageProps = {
threadId: string;
searchMessageStyles?: PSSearchMessageStyles;
onBackPress?: null | (() => void) | undefined;
onViewMessage?: null | ((messageId: number) => void) | undefined;
};
TênMô tảTham sốBắt buộc
threadIdTham số xác định id của cuộc hội thoại
searchMessageStylesTham số xác định style cho các thành phần UI
onBackPressTham số gọi lại khi cần back về state trước
onViewMessageTham số gọi lại khi cần xem message trong cuộc hội thoạimessageId: Tham số xác định id của message