Skip to main content

PSAddMember

Thêm thành viên vào cuộc hội thoại nhóm

navigation.navigate('PSAddMemberScreen', {
threadId: threadId,
});
import {PSAddMember} from '@communi/chat-react-native';
export const PSAddMemberScreen = ({...}: {...}) => {
return <PSAddMember {...props} />;
}
type PSAddMemberProps = {
threadId: string;
addMemberStyles?: PSAddMemberStyles;
onBackPress?: null | (() => void) | undefined;
onAddParticipantsSuccess?: null | (() => void) | undefined;
};
TênMô tảBắt buộc
threadIdTham số xác định id của cuộc hội thoại
addMemberStylesTham 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
onAddParticipantsSuccessTham số gọi lại khi thêm thành viên thành công